Problem compiling glib 2.0.1



Hi,

I try to compile glib-2.0.1 on my linux slackware 8 with gcc-3.0.4
there was no problem with the configure, but for the make i got this :

[...]
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -O3
-march=i686 -Wall -D_REENTRANT -c gspawn.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\"
-DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -O3 -march=i686 -Wall
-D_REENTRANT -c gspawn.c  -fPIC -DPIC -o gspawn.o
mv -f gspawn.o gspawn.lo
/bin/sh ../libtool --mode=link gcc -O3 -march=i686 -Wall -D_REENTRANT -o libglib-2.0.la -rpath /usr/local/lib -version-info 0:1:0 -export-dynamic garray.lo gasyncqueue.lo gbacktrace.lo gbsearcharray.lo gcache.lo
gcompletion.lo gconvert.lo gdataset.lo gdate.lo gdir.lo gerror.lo
gfileutils.lo ghash.lo ghook.lo giochannel.lo glist.lo gmain.lo gmarkup.lo
gmem.lo gmessages.lo gnode.lo gpattern.lo gprimes.lo gqsort.lo gqueue.lo
grel.lo grand.lo gscanner.lo gshell.lo gslist.lo gstrfuncs.lo gstring.lo
gthread.lo gthreadpool.lo gtimer.lo gtree.lo guniprop.lo gutf8.lo
gunibreak.lo gunicollate.lo gunidecomp.lo gutils.lo
libcharset/libcharset.la giounix.lo gspawn.lo      mkdir .libs
rm -fr .libs/libglib-2.0.la .libs/libglib-2.0.* .libs/libglib-2.0.*

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
(cd . && ln -s garray.lo garray.o)
(cd . && ln -s gasyncqueue.lo gasyncqueue.o)
(cd . && ln -s gbacktrace.lo gbacktrace.o)
(cd . && ln -s gbsearcharray.lo gbsearcharray.o)
(cd . && ln -s gcache.lo gcache.o)
(cd . && ln -s gcompletion.lo gcompletion.o)
(cd . && ln -s gconvert.lo gconvert.o)
(cd . && ln -s gdataset.lo gdataset.o)
(cd . && ln -s gdate.lo gdate.o)
(cd . && ln -s gdir.lo gdir.o)
(cd . && ln -s gerror.lo gerror.o)
(cd . && ln -s gfileutils.lo gfileutils.o)
(cd . && ln -s ghash.lo ghash.o)
(cd . && ln -s ghook.lo ghook.o)
(cd . && ln -s giochannel.lo giochannel.o)
(cd . && ln -s glist.lo glist.o)
(cd . && ln -s gmain.lo gmain.o)
(cd . && ln -s gmarkup.lo gmarkup.o)
(cd . && ln -s gmem.lo gmem.o)
(cd . && ln -s gmessages.lo gmessages.o)
(cd . && ln -s gnode.lo gnode.o)
(cd . && ln -s gpattern.lo gpattern.o)
(cd . && ln -s gprimes.lo gprimes.o)
(cd . && ln -s gqsort.lo gqsort.o)
(cd . && ln -s gqueue.lo gqueue.o)
(cd . && ln -s grel.lo grel.o)
(cd . && ln -s grand.lo grand.o)
(cd . && ln -s gscanner.lo gscanner.o)
(cd . && ln -s gshell.lo gshell.o)
(cd . && ln -s gslist.lo gslist.o)
(cd . && ln -s gstrfuncs.lo gstrfuncs.o)
(cd . && ln -s gstring.lo gstring.o)
(cd . && ln -s gthread.lo gthread.o)
(cd . && ln -s gthreadpool.lo gthreadpool.o)
(cd . && ln -s gtimer.lo gtimer.o)
(cd . && ln -s gtree.lo gtree.o)
(cd . && ln -s guniprop.lo guniprop.o)
(cd . && ln -s gutf8.lo gutf8.o)
(cd . && ln -s gunibreak.lo gunibreak.o)
(cd . && ln -s gunicollate.lo gunicollate.o)
(cd . && ln -s gunidecomp.lo gunidecomp.o)
(cd . && ln -s gutils.lo gutils.o)
(cd . && ln -s giounix.lo giounix.o)
(cd . && ln -s gspawn.lo gspawn.o)
gcc -shared  garray.lo gasyncqueue.lo gbacktrace.lo gbsearcharray.lo
gcache.lo gcompletion.lo gconvert.lo gdataset.lo gdate.lo gdir.lo gerror.lo gfileutils.lo ghash.lo ghook.lo giochannel.lo glist.lo gmain.lo gmarkup.lo
gmem.lo gmessages.lo gnode.lo gpattern.lo gprimes.lo gqsort.lo gqueue.lo
grel.lo grand.lo gscanner.lo gshell.lo gslist.lo gstrfuncs.lo gstring.lo
gthread.lo gthreadpool.lo gtimer.lo gtree.lo guniprop.lo gutf8.lo
gunibreak.lo gunicollate.lo gunidecomp.lo gutils.lo giounix.lo gspawn.lo
-Wl,--whole-archive libcharset/.libs/libcharset.al -Wl,--no-whole-archive -Wl,-soname -Wl, -o .libs/
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/../../../../i686-pc-linux-gnu/bin/ld:
cannot open output file .libs/: Is a directory
collect2: ld returned 1 exit status
gmake[3]: *** [libglib-2.0.la] Error 1
gmake[3]: Leaving directory `/tmp/glib-2.0.1/glib'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/tmp/glib-2.0.1/glib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/glib-2.0.1'
gmake: *** [all-recursive-am] Error 2




It would be great if you could help me with this !

Best regards,

Pierre.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]