Rune Zedeler <[EMAIL PROTECTED]> writes: > --with-kpathsea-inc=/users/kaja/texlive/Master/lib
--with-kpathsea-include=/users/kaja/texlive/Master/include ? > /usr/local/lib/libltdl.so.3: undefined reference to `atexit' > collect2: ld returned 1 exit status > make[1]: *** [out/lilypond] Error 1 > rm out/lexer.cc out/parser.cc > make[1]: Leaving directory `/users/rz/lilypond/lilypond-1.6/lily' > make: *** [all] Error 2 > [rz@cyclops:...lilypond-1.6]$ What is the (tail of the) linking command, where libkpathsea and possibly libltdl are mentioned? atexit is defined in libc. Either you need an extra -lc at the very end, your kpathsea/libtool uses a broken atexit prototype... Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
