[EMAIL PROTECTED] writes:
> On Thu, 21 Jan 1999, Han-Wen Nienhuys wrote:
> 
> > [EMAIL PROTECTED] writes:
> > > Hi, all there!
> > > I'm trying to compile lily on an i686-linux-glibc-system, and 
> > > meanwhile I have put some effort in setting up all the necessary
> > > tools (since I started from a SUSE-5.2-libc5 distribution running
> > > gcc-2.7.2.1).
> > 
> > What libraries do you run? What compiler do you use?  (try ldd
> > lily/out/lilypond)
> > 
> I see, I should have been more precise.
> Here's what ldd lilypond returned:
>       libguile.so.4 => /usr/local/lib/libguile.so.4 (0x40002000)
>       libstdc++.so.2.8 => /usr/local/lib/libstdc++.so.2.8 (0x40066000)
>       libm.so.6 => /usr/local/lib/libm.so.6 (0x400b0000)
>       libc.so.6 => /usr/local/lib/libc.so.6 (0x400c9000)
>       /lib/ld-linux.so.2 => /usr/local/lib/ld-linux.so.2 (0x00000000)
>       libncurses.so.4 => /usr/local/lib/libncurses.so.4 (0x4016b000)
>       /usr/local/lib/libreadline.so => /usr/local/lib/libreadline.so
> (0x401aa000) 
>       libdl.so.2 => /usr/local/lib/libdl.so.2 (0x401ca000) 
>       libcrypt.so.1 => /usr/local/lib/libcrypt.so.1 (0x401d0000) 
> There's some output of configure, strace and make check attached to this
> mail, if that can give you any hints. It seem's lily didn't get very far. 


It looks as if writing to stdout fails because of some weird
mismatch.  Does this C++ program do anything ?

        #include <iostream.h>
        main ()
        { cout << "Hello world.\n";
        }

> Then I have some more qestion: Why actually didn't configure find guile
> though I installed it?  

You have to remove config.cache, 

-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to