swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] problem compiling swftools on red hat


From: Matthias Kramm
Subject: Re: [Swftools-common] problem compiling swftools on red hat
Date: Fri, 20 Nov 2009 16:40:07 -0800
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, Nov 20, 2009 at 01:28:44PM -0500, Ryan Hafen <address@hidden> wrote:
> Here's what I have in /home/uname/local/lib
> 
> libjpeg.so -> libjpeg.so.7.0.0
> libjpeg.so.7 -> libjpeg.so.7.0.0
> libjpeg.so.7.0.0
> 
> Would the extra ".0" be doing anything?  I've tried specifying  
> LD_LIBRARY_PATH too and it didn't work.

It should.

Try this:

    echo "main(){}" > test.c
    gcc test.c -L/home/uname/local/lib/ -ljpeg -o test
    ldd ./test
    LD_LIBRARY_PATH=/home/uname/local/lib/ ldd ./test

What the output of these commands?

Matthias





reply via email to

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