[gmx-developers] Automake
aherz
alexander.herz at mytum.de
Wed Mar 4 14:14:36 CET 2009
I've compared the the working and the failing version, here's the actual
call to libtool:
works:
/bin/bash ../../../../libtool --mode=compile cc -O3
-fomit-frame-pointer -finline-functions -Wall -Wno-unused
-funroll-all-loops -c -o nb_kernel010_ia32_sse.lo nb_kernel010_ia32_sse.s
cc -O3 -fomit-frame-pointer -finline-functions -Wall -Wno-unused
-funroll-all-loops -c nb_kernel010_ia32_sse.s -o nb_kernel010_ia32_sse.o
doesn't work:
/bin/bash ../../../../libtool --mode=compile cc -O3
-fomit-frame-pointer -finline-functions -Wall -Wno-unused
-funroll-all-loops -c -o nb_kernel010_ia32_sse.lo nb_kernel010_ia32_sse.s
(output taken after calling make in the
src/gmxlib/nonbonded/nb_kernel_ia32_sse directory)
Obviously there is something missing in the second case, but I don't
have enough experience with the automake stuff to even guess why that is.
Maybe that helps somehow?
thx,
Alex
More information about the gromacs.org_gmx-developers
mailing list