- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mismatch ABI for -lgcc on 11.23
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
10-23-2003 08:32 AM
10-23-2003 08:32 AM
mismatch ABI for -lgcc on 11.23
I get the same error on all apps.
ld: Can't find library or mismatched ABI for -lgcc
Fatal error.
collect2: ld returned 1 exit status
any assistance will be greatly appeiaited.
peace
Donny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 10:13 PM
10-23-2003 10:13 PM
Re: mismatch ABI for -lgcc on 11.23
I 've already done most of them for 11.23, why don't you download depot??
Also What version of gcc are you using??
Although the binaries are for 11.22, but it should work fine on 11.23.
Please let me know if you have any problem with them.
gcc:
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.3.1/
openssh:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.7.1p2/
byacc:
http://hpux.connect.org.uk/hppd/hpux/Languages/byacc-20001120/
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 01:56 AM
10-24-2003 01:56 AM
Re: mismatch ABI for -lgcc on 11.23
Hmmm. not a fan of any precompiled depots - no offense to those who spent hours compiling it and putting it together.
anyway for the brave ones out there who run into the same problem.
Here is the resolution:
1) download abiscanner from HP Developers Resource Center.
2) export LDFLAGS=" -L/usr/local/lib/gcc-lib/ia64-hp-hpux11.23/3.0/hpux64/ -L/usr/lib/hpux64 -L/usr/local/lib/hpux "
3) make sure you recompile gawk at 64bits
4) export CFLAGS=" -mlp64 "
then life is golden.
enjoy a sceaming fast sshd, which is not the case with the lame depot....
while you're at it do byacc and wu-ftp recompile them at 64 bits too, and any other favorite tool, telnet, find, grep, sed, tar, gzip, enjoy the power of the new chip and the 64 bit OS.
peace
Donny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 02:28 AM
10-24-2003 02:28 AM
Re: mismatch ABI for -lgcc on 11.23
No offense is been taken. It is the matter of personal opinion. If you need to install your software only on few handfull of machines, maybe compiling it from the source is a good option,But If you have to install it on hundreds of machine, that doesn't seem to be a good solution.
As matter of interest.Where did you get your gcc from? Have you compiled it yourself? I can't recall that version of gcc (3.0) had the HPUXIA64 support in it.
Also as far as I know there is no "/usr/local/lib/hpux" on 11.23 platforms ( at least not on our machine). They are either "/usr/local/lib/hpux32" or "/usr/local/lib/hpux64" depnding which one you want to use.
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 02:45 AM
10-24-2003 02:45 AM
Re: mismatch ABI for -lgcc on 11.23
get gcc 3.0 for ipf here.
http://public.planetmirror.com/pub/hpux/Gnu/gccipf-3.0/
it compiles at 32bit, but export CFLAGS=" -mlp64 " to build 64 bit apps.
next week when things quite down I wil compile gcc 3.0 at 64 bits.
peace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 03:15 AM
10-24-2003 03:15 AM
Re: mismatch ABI for -lgcc on 11.23
ftp://ftp.gnu.org/gnu/gcc/
The gccipf from the HP site is base on snapshot (as far as I can remember).
The support for HPUXIA64 has been added to gcc source code. In fact gcc compiles easier on IA64 than PA-RISC platforms.
Since, you like to do it from the source, Do you think you can do the latest emacs on 11.23 and send me the patch???
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 04:31 AM
10-24-2003 04:31 AM
Re: mismatch ABI for -lgcc on 11.23
send email to donny@jekels.com