autoconf
[Top][All Lists]
Advanced

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

autoconf not passing all the flags needed to g++


From: Robert Stolarz
Subject: autoconf not passing all the flags needed to g++
Date: Wed, 24 Jun 2015 12:48:16 -0400

I'm trying to adapt the library soil2 to work with autoconf.
http://pastebin.ca/raw/3035774 is what I have so far. My g++ invocation
reads `g++ -I/usr/include/libdrm  -Wall -v -g -O2 -lGLEW -lGLU -lGL -lglfw
 -lm  -o giants src/main.o` and `pkg-config --libs soil2` yields
"-L/usr/lib/linux -lsoil2". Why aren't the soil2 flags showing up in my g++
invocation?


reply via email to

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