I recently compiled revision 1096 on OSX 10.6.6 and had no issues with it. I am doing a stock compile. autoreconf -f -i; ./configure; make. All works fine.
Where yours breaks, mine does just fine: /bin/sh ../../libtool --tag=CC --mode=link gcc -L../../lib -g -O2 -no-undefined -module -avoid-version -o dump.la -rpath /usr/local/lib/gregorio dump.lo -lgregorio libtool: link: gcc -o .libs/dump.so -bundle .libs/dump.o -L../../lib /Users/martin/prog/trunk/lib/.libs/libgregorio.dylib -lltdl -O2 libtool: link: ar cru .libs/dump.a dump.o libtool: link: ranlib .libs/dump.a On Jan 24, 2011, at 5:16 AM, David Gippner wrote: > Dear all, > > does anybody also encounter problems compiling the svn version of gregorio? > Everytime I try to compile it, it says: > > > Making all in dump > /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > -I../../include -I../../include -I../../lib -L../../lib -g -O2 -MT dump.lo > -MD -MP -MF .deps/dump.Tpo -c -o dump.lo dump.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include > -I../../lib -L../../lib -g -O2 -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c > dump.c -fno-common -DPIC -o .libs/dump.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include > -I../../lib -L../../lib -g -O2 -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c > dump.c -o dump.o >/dev/null 2>&1 > mv -f .deps/dump.Tpo .deps/dump.Plo > /bin/sh ../../libtool --tag=CC --mode=link gcc -L../../lib -g -O2 > -no-undefined -module -avoid-version -o dump.la -rpath > /usr/local/lib/gregorio dump.lo -lgregorio > libtool: link: cannot find the library `' or unhandled argument > `Control/gregorio-trunk/lib' > make[2]: *** [dump.la] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive] Error 1 > > I used the build.sh, as before, with --static. What can be wrong here? > > Thank you for all help in advance! > David > > David Gippner M.A. > Hans-Berger-Straße 20 > 07747 Jena > > [email protected] > --------------------------------------------------------------------- Michael Martin [email protected] ---------------------------------------------------------------------- _______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

