← Back to team overview

yade-users team mailing list archive

Error compiling

 

Hello,

I am a new user of YADE and Linux and I'm getting the following error with
a Slackware-Linux distribution...


root@democrito:~/yade-all-0.9.0.911# make compile_install CXXFLAGS='-pthread
-lpthread'
make -C yade-libs compile_install
make[1]: Entering directory `/root/yade-all-0.9.0.911/yade-libs'
make -C yade-lib-loki
make[2]: Entering directory
`/root/yade-all-0.9.0.911/yade-libs/yade-lib-loki'
=== some dirty replaces are going on. If it will not be foolproof
=== enough, let me know. And I will try to make it better
=== I am doing that, because I want qmake to respect PREFIX_DIR and
INSTALL_DIR
find . -name "*.pro" -print | \
        while read name; \
                do grep -l /usr/local ${name}; \
        done | \
        while read name2; \
                do mv ${name2} ${name2}.tmp; \
                cat ${name2}.tmp | sed -e "s/\/usr\/local/\/usr\/local/" >
${name2}; \
                rm ${name2}.tmp; \
        done
cd projects/kdevelop ; qmake && make
make[3]: Entering directory
`/root/yade-all-0.9.0.911/yade-libs/yade-lib-loki/projects/kdevelop'
cd yade-lib-loki && qmake yade-lib-loki.pro -o Makefile
cd yade-lib-loki && make -f Makefile
make[4]: Entering directory
`/root/yade-all-0.9.0.911/yade-libs/yade-lib-loki/projects/kdevelop/yade-lib-loki'
test -d ../../../bin/ || mkdir -p ../../../bin/
rm -f libyade-lib-loki.so.1.0.0 libyade-lib-loki.so libyade-lib-loki.so.1
libyade-lib-loki.so.1.0
g++ -Wl,-rpath,/usr/lib/qt/lib -shared -Wl,-soname,libyade-lib-loki.so.1
-Wl,-rpath,/root/yade-all-0.9.0.911/yade-libs/yade-lib-loki/bin -o
libyade-lib-loki.so.1.0.0    -L/usr/lib/qt/lib -L/usr/X11R6/lib -lqt-mt
-lXext -lX11 -lm
/usr/lib/gcc-lib/i486-slackware-linux/3.3.5/../../../../i486-slackware-linux/bin/ld:
crtbeginS.o: No such file: No such file or directory
make[4]: *** [../../../bin/libyade-lib-loki.so.1.0.0] Error 1
make[4]: Leaving directory
`/root/yade-all-0.9.0.911/yade-libs/yade-lib-loki/projects/kdevelop/yade-lib-loki'
make[3]: *** [sub-yade-lib-loki] Error 2
make[3]: Leaving directory
`/root/yade-all-0.9.0.911/yade-libs/yade-lib-loki/projects/kdevelop'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/yade-all-0.9.0.911/yade-libs/yade-lib-loki'
make[1]: *** [compile_install] Error 2
make[1]: Leaving directory `/root/yade-all-0.9.0.911/yade-libs'
make: *** [compile_install] Error 2

I would appreciate any help...
Thanks a lot!

Fabio Gabrieli



--------------------------------------------------
PhD student
Dipartimento di ingegneria idraulica, marittima, ambientale e geotecnica.
University of Padova (Italy)
tel. 049.827.7985 (Office)

_______________________________________________
Yade-users mailing list
Yade-users@xxxxxxxxxxxxxxxx
http://lists.berlios.de/mailman/listinfo/yade-users



Follow ups