Operating System - HP-UX
1752482 Members
6195 Online
108788 Solutions
New Discussion юеВ

Re: Unable to find library 'libgcc_s.so.0'

 
SOLVED
Go to solution
sombriks
Advisor

Unable to find library 'libgcc_s.so.0'


i've compiled some library on development Itanium using gcc but target machine does not have gcc installed.

is there any way to get my shared library working without install gcc on production machine?

if impossible, is enough to install just libgcc_s.so on production machine?

thanks in advance.
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor
Solution

Re: Unable to find library 'libgcc_s.so.0'

Hi,

Have a look at the Minimal run-time needed for gcc/g++/gcj packages

http://hpux.connect.org.uk/hppd/hpux/Gnu/libgcc-4.2.3/

Regards,
Robert-Jan
sombriks
Advisor

Re: Unable to find library 'libgcc_s.so.0'

>Hi,
>
>Have a look at the Minimal run-time needed for gcc/g++/gcj packages
>
>http://hpux.connect.org.uk/hppd/hpux/Gnu/libgcc-4.2.3/
>
>Regards,
>Robert-Jan


thanks!

actually i'm using that gcc:

http://h21007.www2.hp.com/portal/site/dspp/menuitem.890cfddf3ef95c3263392a758973a801?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD&attachment_ciid=25a70af5dab6b110VgnVCM200000a460ea10RCRD

the runtime available on porting center is v4.2;

i'll try that on dev machine first, thanks!