Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Help please

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Nathan Jennings <njen@xxxxxxxxxxxx>
Date: Fri, 10 Sep 2004 12:12:23 -0400
Raghavendra Pai (ragpai) wrote:
*Hi,*
*Can anyone tell me about below compilation problem and help is solving it ?*
*where is the libgcc_s.so.1 library available for download ?*

http://www.sunfreeware.com/

Or check your LD_LIBRARY_PATH environment variable, you may already have it (it may be in "/usr/local/lib"); or if you're running this toolchain off a NFS mount, which I think I saw in an earlier post, try asking your sysadmin (as someone has already suggested).

-Nathan

********************************************************************************************************************************************************************************************************
*/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -D_REENTRANT -o glib-genmarshal glib-genmarshal.o ../glib/libglib-2.0.la gcc -g -O2 -Wall -D_REENTRANT -o glib-genmarshal glib-genmarshal.o ../glib/.libs/libglib-2.0.so -Wl,--rpath -Wl,/users/ragpai/glib-2.0.0/glib/.libs -Wl,--rpath -Wl,/usr/local/lib
echo "#ifndef __G_MARSHAL_H__" > xgen-gmh \
&& echo "#define __G_MARSHAL_H__" >> xgen-gmh \
&& ./glib-genmarshal --nostdinc --prefix=g_cclosure_marshal ./gmarshal.list --header >> xgen-gmh \
&& echo "#endif /* __G_MARSHAL_H__ */" >> xgen-gmh \
&& (cmp -s xgen-gmh ./gmarshal.h || cp xgen-gmh ./gmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~ \
&& echo timestamp > stamp-gmarshal.h
ld.so.1: ./glib-genmarshal: fatal: libgcc_s.so.1: open failed: No such file or directory
Killed
make[2]: *** [stamp-gmarshal.h] Error 137
make[2]: Leaving directory `/users/ragpai/glib-2.0.0/gobject'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/users/ragpai/glib-2.0.0'
make: *** [all-recursive-am] Error 2
*****************************************************************************************************************************************************************************************************************
*Regards*
*Raghavendra Pai*


------------------------------------------------------------------------

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev