HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Linker error
Operating System - HP-UX
1833007
Members
2721
Online
110048
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
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
08-27-2003 03:18 PM
08-27-2003 03:18 PM
I have ported some Objective C code from one 10.20 machine to another 10.20 machine. However, I am not able to compile the code in the current 10.20 machine. I am getting the warning message:
"/usr/bin/ld: (Warning) Linker features were used that may not be supported in future releases. The +vallcompatwarnings option can be used to display more details, and the ld(1) man page contains additional information. This warning can be suppressed with the +vnocompatwarnings option."
This error did not occus while compiling the code in the previous 10.20 machine. Both the machines have the same settings except that in the current machine there is no ANSI C compiler installed whereas in the previous machine ANSI C was installed. We are using 'gcc' to compile the code in both the machines.
Can anyone tell me under what circumstances this error occurs and what can be done to solve this problem.
Regards,
Anand
"/usr/bin/ld: (Warning) Linker features were used that may not be supported in future releases. The +vallcompatwarnings option can be used to display more details, and the ld(1) man page contains additional information. This warning can be suppressed with the +vnocompatwarnings option."
This error did not occus while compiling the code in the previous 10.20 machine. Both the machines have the same settings except that in the current machine there is no ANSI C compiler installed whereas in the previous machine ANSI C was installed. We are using 'gcc' to compile the code in both the machines.
Can anyone tell me under what circumstances this error occurs and what can be done to solve this problem.
Regards,
Anand
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2003 04:30 PM
08-27-2003 04:30 PM
Solution
Anand,
It is not an error but a warning and can be ignored.
The most likely cause of the warning appearing on the newer server is because ld has been patched to a more recent version than the other system. Compare the patch details for ld on both servers.
Tim.
It is not an error but a warning and can be ignored.
The most likely cause of the warning appearing on the newer server is because ld has been patched to a more recent version than the other system. Compare the patch details for ld on both servers.
Tim.
Yesterday is history, tomorrow is a mystery, today is a gift. That's why it's called the present.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2003 12:51 AM
08-28-2003 12:51 AM
Re: Linker error
this is not an error, just a warning and does not indicate that your build failed. if you build with '-v' in the environment variable CCOPTS, you should see the difference between the different commands that the ansi C compiler and gcc send to the linker. as the message says, you can include "+vnocompatwarnings" option in the environment variable LDOPTS if you want the linker to not print this message.
--
ranga
[i work for hpe]
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2003 12:52 AM
08-28-2003 12:52 AM
Re: Linker error
and, as the message says, you can include "+vallcompatwarnings" option in the environment variable LDOPTS to see what linker option (sent by gcc) made the linker give you this warning.
--
ranga
[i work for hpe]
--
ranga
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP