dvipng
[Top][All Lists]
Advanced

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

Re: [Dvipng] undefined reference to `xbasename'


From: Gaye Abdoulaye Walsimou
Subject: Re: [Dvipng] undefined reference to `xbasename'
Date: Mon, 25 Jun 2007 16:26:10 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070513)

Jan-Åke Larsson a écrit :
Gaye Abdoulaye Walsimou wrote:
I use configure script like this:
./configure CPPFLAGS="-I/usr/include -I/usr/local/include -I/usr/local/include/kpathsea" LDFLAGS="-L/usr/lib -L/usr/local/lib"
because this one did not work:
./configure CPPFLAGS="-I/usr/include -I/usr/local/include -I/usr/local/include" LDFLAGS="-L/usr/lib -L/usr/local/lib"


Okay. The error you get indicates that it is the linker (ld) that fails. You might want to do

./configure CPPFLAGS="-I/usr/include -I/usr/local/include -I/usr/local/include/kpathsea" LDFLAGS="-L/usr/lib -L/usr/local/lib -L/usr/local/lib/kpathsea"

/JÅ
I have not /usr/local/lib/kpathsea dir, libs are installed in /usr/local/lib
thanks




reply via email to

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