No weird: Linux Mint 14. Adding "export" causes syntax error:
pablo@linux-mint ~/swftools-0.9.2 $ CC=mips-unknown-elf-gcc \ pablo@linux-mint ~/swftools-0.9.2 $ CXX=mips-unknown-elf-g++ \ pablo@linux-mint ~/swftools-0.9.2 $ export LDFLAGS='-L/home/pablo/zlib-1.2.7' \ *bash: export: ` ': not a valid identifier* pablo@linux-mint ~/swftools-0.9.2 $ export CPPFLAGS='-I/home/pablo/zlib-1.2.7' \ *bash: export: ` ': not a valid identifier* pablo@linux-mint ~/swftools-0.9.2 $ ./configure --host=mips-unknown-elf Are you trying to port it to Java too? I would say I'm very close to success and really curious about the final result. Pablo. 2012/12/15 Matthias Kramm <[email protected]> > On Sat, Dec 15, 2012 at 02:00:55PM +0100, Pablo Beltran < > [email protected]> 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 > > --------------- > SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend > an existing subscription, please kindly point your favourite web browser > at:<http://lists.nongnu.org/mailman/listinfo/swftools-common> >
--------------- SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an existing subscription, please kindly point your favourite web browser at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>
