[Xastir] libgeotiff-dev
Tom Russo
russo at bogodyn.org
Tue Jan 2 18:50:34 PST 2018
On Tue, Jan 02, 2018 at 08:44:15PM -0600, we recorded a bogon-computron collision of the <stpatrick2 at twlakes.net> flavor, containing:
> I have installed libgeotiff-dev and configure can't seem to find it even
> when I explicitly tell configure to look in /usr/include/geotiff.
>
> Is this not how to tell configure to find it?
> ../configure LD_FLAGS=/usr/include/geotiff
No, that's not it.
configure CPPFLAGS="-I/usr/include/geotiff"
That should do the trick.
For reference:
CPPFLAGS: flags used for the C preprocessor.
This is where you put things like "-I" flags to tell the preprocessor
where to find include files.
CFLAGS: flags used by the compiler
This is for things like optimization levels ('-O3') and other compile-phase
options.
LDFLAGS: flags used by the linker
This is where you put things like "-L" flags to tell the linker where to
look for libraries.
LIBS: libraries to add to the link phase.
This is where you specify extra libraries to link using "-l" options
--
Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/
Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM
echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m]
More information about the Xastir
mailing list