Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:

> If this path is not in your gcc's library path, that would probably be
> a bug in your gcc setup.  You fix it by doing:
> 
>   CFLAGS='-I /usr/lib/pkg/include" LDFLAGS="-L/usr/pkg/lib" ./configure

Should be of course:

   CFLAGS='-I /usr/pkg/include' LDFLAGS='-L/usr/pkg/lib' ./configure

Btw, I was under the impression that LilyPond was part of the *bsd
ports collection?  Or can't the makefiles in /ports automagically
download the latest version for you?

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to