Also, I notice at the beginning, after checking the build environment it says:
WARNING: Please consider installing optional programs: pktrace mftrace
This warning is unimportant.
I think I know now more or less what is happening. I think it is a bug in guile which needs to be linked with -ldl but doesn't say so when asked via "guile-config link". The problem is that guile-1.4 on 10.2-gcc3.3 is not really maintained any more, and for me it is not obvious how to fix it.
I know, however, how to fix lilypond-1.6.10-2 so that it compiles. I am CCing its maintainer.
I suppose that you are using the stable tree, because otherwise you would probably build lilypond-2.0.1-11 (which might be a good idea anyway). In this case, you can edit the file
/sw/fink/dists/stable/main/finkinfo/text/lilypond-1.6.10-2.info
You will see two lines that contain the command "gnumake", one in the CompileScript, the other one in the InstallScript. Replace each "gnumake" by
gnumake USER_LDFLAGS=" -L%p/lib -lguile -lm -ldl"
Lilypond should then build OK.
-- Martin
... which I would do if I could find them.
At 10:50 AM -0500 5/9/04, Robert T Wyatt wrote:
I have put the entire output file here:
http://ccwf.cc.utexas.edu/~robert/InstallLillypondOutput.txt
At 9:38 AM +0200 5/9/04, Martin Costabel wrote:
Robert T Wyatt wrote:
ld: warning prebinding disabled because dependent library: /sw/lib/libguile.9.dylib is not prebound
ld: Undefined symbols:
_dlclose
_dlerror
_dlopen
_dlsym
gnumake[1]: *** [out/lilypond] Error 1
rm out/lexer.cc out/parser.cc
gnumake: *** [all] Error 2
### execution of ulimit failed, exit code 2
Failed: compiling lilypond-1.6.10-2 failed
------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
