Advertisement
Guest User

hussam

a guest
Mar 2nd, 2008
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -pthread -march=i686 -mtune=generic -O2 -pipe -Wall -Wmissing-prototypes -Werror -MT guile-guile.o -MD -MP -MF .deps/guile-guile.Tpo -c -o guile-guile.o `test -f 'guile.c' || echo './'`guile.c
  2. mv -f .deps/guile-guile.Tpo .deps/guile-guile.Po
  3. /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -march=i686 -mtune=generic -O2 -pipe -Wall -Wmissing-prototypes -Werror -dlpreopen force -pthread -lpthread -o guile guile-guile.o libguile.la -lgmp -lcrypt -lm -lltdl
  4. rm -f .libs/guile.nm .libs/guile.nmS .libs/guile.nmT
  5. creating .libs/guileS.c
  6. (cd .libs && gcc -march=i686 -mtune=generic -O2 -pipe -c -fno-builtin "guileS.c")
  7. rm -f .libs/guileS.c .libs/guile.nm .libs/guile.nmS .libs/guile.nmT
  8. gcc -pthread -march=i686 -mtune=generic -O2 -pipe -Wall -Wmissing-prototypes -Werror .libs/guileS.o -pthread -o .libs/guile guile-guile.o -Wl,--export-dynamic -lpthread ./.libs/libguile.so -lgmp -lcrypt -lm -lltdl
  9. guile-guile.o: In function `main':
  10. guile.c:(.text+0x21): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
  11. collect2: ld returned 1 exit status
  12. make[3]: *** [guile] Error 1
  13. make[3]: Leaving directory `/home/hussam/Desktop/guile/src/guile-1.8.3/libguile'
  14. make[2]: *** [all] Error 2
  15. make[2]: Leaving directory `/home/hussam/Desktop/guile/src/guile-1.8.3/libguile'
  16. make[1]: *** [all-recursive] Error 1
  17. make[1]: Leaving directory `/home/hussam/Desktop/guile/src/guile-1.8.3'
  18. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement