building libsoup



I need to build libsoup against a seperate installation of glib and I can't figure out how. I have installed glib-2.28.0 in /opt/glib but I can't figure out how to get libsoup to build against it. I have set CPPFLAGS=-I/opt/glib/include and LDFLAGS=-L/opt/glib/lib and added PKG_CONFIG_PATH=/opt/glib/lib/pkgconfig but it still tries to build against my older version of glib. What am I missing?

Thanks


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