microdc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microdc-devel] microdc for mac os


From: Oskar Liljeblad
Subject: Re: [microdc-devel] microdc for mac os
Date: Thu, 8 Sep 2005 11:59:29 +0200
User-agent: Mutt/1.5.10i

On Thursday, September 08, 2005 at 11:04, gmx wrote:
> Didnt work too.
> $ CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib"
> $ ./configure

You need to run everything in one command, like this:

  $ CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" ./configure

also change LDFLAGS to LIBS

  $ CFLAGS="-I/opt/local/include" LIBS="-L/opt/local/lib" ./configure

At least now it finds the right readline.h include file!
But it still doesn't appear to be linking to the right
readline, probably because it lacks -L/opt/local/lib from
the gcc command.

Regards,

Oskar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]