gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] config problem


From: strk
Subject: Re: [Gnash-dev] config problem
Date: Thu, 9 Nov 2006 00:36:19 +0100

John, could you please use the bug tracker for bug reports ?
We're all so overful of work that mailing list threads might
get misreguarded...

https://savannah.gnu.org/bugs/?group=gnash

--strk;

On Wed, Nov 08, 2006 at 01:35:25PM -0800, John Franklin wrote:
> Hello,
> 
> If I configure with:
> 
>       --with-zlib-incl=/home/jfranklin/Micronas/usr-x86/include
>       --with-zlib-lib=/home/jfranklin/Micronas/usr-x86/lib
> 
> I get (config.log):
> 
> ZLIB_CFLAGS='-I/home/jfranklin/Micronas/usr-x86/include'
> ZLIB_LIBS='/home/jfranklin/Micronas/usr-x86/lib'
> 
> instead of:
> 
> ZLIB_LIBS='-L/home/jfranklin/Micronas/usr-x86/lib -lz'
> 
> Also, if I configure with:
> 
>       --with-curl-incl=/home/jfranklin/Micronas/usr-x86/include
>       --with-curl-lib=/home/jfranklin/Micronas/usr-x86/lib
> 
> I get (config.log):
> 
> CURL_CFLAGS='/home/jfranklin/Micronas/usr-x86/include'
> CURL_LIBS='-L/home/jfranklin/Micronas/usr-x86/lib'
> 
> instead of:
> 
> CURL_CFLAGS='-I/home/jfranklin/Micronas/usr-x86s/include'
> CURL_LIBS='-L/home/jfranklin/Micronas/usr-x86/lib -lcurl -ldl -lz'
> 
> which is what I get if I use "--with-extra-includes" and "--with-extra-libs"
> in place of "--with-curl-incl" and "--with-curl-libs".
> 
> The CURL_CFLAGS problem (--with-curl-incl) causes this compilation error:
> 
> "g++: cannot specify -o with -c or -S and multiple compilations"
> 
> because CURL_CFLAGS is a path, not a compiler switch.
> 
> John Franklin




reply via email to

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