swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Porting SWFTools (PDF2SWF) to Java


From: Matthias Kramm
Subject: Re: [Swftools-common] Porting SWFTools (PDF2SWF) to Java
Date: Sat, 15 Dec 2012 11:28:25 -0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Dec 15, 2012 at 02:00:55PM +0100, Pablo Beltran <address@hidden> wrote:
> *LDFLAGS='-L/home/pablo/zlib-1.2.7'* \
> CPPFLAGS='-I/home/pablo/zlib-1.2.7' \
> 
> Nevertheless, they seem be ignored by the ./configure command according to
> the config.log (line 306):
> 
> *LDFLAGS=' -L/usr/local/lib'*

Weird. For me this works.
Are you on some weird shell that doesn't support the "A=B command"
syntax?

Do things change if you try the following commands?

export LDFLAGS='-L/home/pablo/zlib-1.2.7'
export CPPFLAGS='-I/home/pablo/zlib-1.2.7'
./configure

Matthias



reply via email to

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