dvipng
[Top][All Lists]
Advanced

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

Re: [Dvipng] undefined reference to `xbasename'


From: Jan-Åke Larsson
Subject: Re: [Dvipng] undefined reference to `xbasename'
Date: Mon, 25 Jun 2007 12:02:25 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070419)

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Å




reply via email to

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