- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error when do make on lzib
Operating System - HP-UX
1824338
Members
3758
Online
109669
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2004 11:07 AM
тАО03-30-2004 11:07 AM
error when do make on lzib
# make
cc -O -DNO_snprintf -DHAS_sprintf_void -DNO_ERRNO_H -c adler32.c
(Bundled) cc: warning 480: The -O option is available only with the C/AN
SI C product; ignored.
(Bundled) cc: "adler32.c", line 70: error 1701: Unsigned suffix is an A
NSI feature.
(Bundled) cc: "adler32.c", line 71: error 1701: Unsigned suffix is an A
NSI feature.
*** Error exit code 1
Stop.
Any idea what causes the problem, and how to solved. ANSI/C installed on this hp 11.0 server.
cc -O -DNO_snprintf -DHAS_sprintf_void -DNO_ERRNO_H -c adler32.c
(Bundled) cc: warning 480: The -O option is available only with the C/AN
SI C product; ignored.
(Bundled) cc: "adler32.c", line 70: error 1701: Unsigned suffix is an A
NSI feature.
(Bundled) cc: "adler32.c", line 71: error 1701: Unsigned suffix is an A
NSI feature.
*** Error exit code 1
Stop.
Any idea what causes the problem, and how to solved. ANSI/C installed on this hp 11.0 server.
none
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2004 11:25 AM
тАО03-30-2004 11:25 AM
Re: error when do make on lzib
ALthough ANSI/C may in fact be installed, from the message
"The -O option is available only with the C/ANSI C product; ignored."
indicates that perhaps an incorrect compiler is being used.
$ which cc
"The -O option is available only with the C/ANSI C product; ignored."
indicates that perhaps an incorrect compiler is being used.
$ which cc
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2004 11:28 AM
тАО03-30-2004 11:28 AM
Re: error when do make on lzib
Hi,
I have never compiled lzib. So I am taking a wild guess here :-)
Did you run "configure" before "make" ?
Configure usually creates the Makefile based on the platform and the C compiler installed.
If needed, you can try editing the Makefile and ensure it uses the ANSI/C compiler.
Sundar
I have never compiled lzib. So I am taking a wild guess here :-)
Did you run "configure" before "make" ?
Configure usually creates the Makefile based on the platform and the C compiler installed.
If needed, you can try editing the Makefile and ensure it uses the ANSI/C compiler.
Sundar
Learn What to do ,How to do and more importantly When to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2004 01:30 PM
тАО03-30-2004 01:30 PM
Re: error when do make on lzib
Your $(CC) within the makefile (or one of its includes) is somehow defined to be the bundled c compiler rather than the ansi C compiler. The bundled C compiler is /usr/ccs/bin/cc whereas the ansi c compiler is /opt/ansi/bin/cc. It make be that the path to the bundled version appears earlier in the PATH setting or you make have an incorrect symbolic link in /usr/bin. /usr/bin/cc should be a soft link to /opt/ansi/bin/cc.
Although you don't appear to have syntax problems in the makefile, be aware when you make changes that make is one of the very few UNIX utilities that cares about rather than spaces. Make sure that your commands within a rules set each start on a line with a leading .
Although you don't appear to have syntax problems in the makefile, be aware when you make changes that make is one of the very few UNIX utilities that cares about
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP