Title: Message
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 ?
******************************************************************************************************************************************************************************************************
/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