[OT?] Problems with libburn

Mike Massonnet mmassonnet at gmail.com
Tue Jun 3 16:12:44 CEST 2008


On Tue, Jun 03, 2008 at 03:08:46PM +0200, Anders Lind wrote:
> Thanks for your help
>  
> > I did this just yesterday, using FreeBSD 7.0 on i386
> >architecture,
> > perhaps this will work for you.
> >
> >For libburn.
> >
> > LIBS=-lcam ./configure
> > gmake install
> This part worked great
> >
> >For libisofs (which will be next on your list).
> >
> > Patch libisofs/messages.c, adding #include
> h>
> >before
> > #include "libiso_msgs.h"
> >
> > CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib \
> > LIBS=-liconv ./configure
>  
> Here is where it stopped now it says CFLAGS=-I/usr/local/include Command Not
> Found

That is a problem with your shell, I think you can bypass that by
exporting each variable before executing configure, e.g.:

export CFLAGS=-I/usr/local/include
export LDFLAGS=-L/usr/local/lib
export LIBS=-liconv
./configure

> Cheers
> Anders

HTH
Mike



More information about the Xfce mailing list