Brandon Barker <brandon.barker@xxxxxxxxx> wrote: > Hello, > > I'm trying to build gegl 0.2.0 on Solaris 11, with the following > configuration options (note that I just build babl 0.1.10 and installed it > in /usr/local): > CFLAGS="-I/usr/local/include" CPPFLAGS="-I/usr/local/include" > LDFLAGS="-L/usr/local/lib" BABL_CFLAGS="-I/usr/local/include/babl-0.1" > BABL_LIBS="-L/usr/local/lib/babl-0.1" ./configure > echo $PATH > /usr/local/bin:/usr/bin:/bin > > When I run gmake, I get some Undefined symbols (See below). Thanks for > your suggestions. > You could try to actually include the babl-library in your BABL_LIBS, something like this: ... BABL_LIBS="-L/usr/local/lib/babl-0.1 -lbabl-0.1" ./configure wbr - Rasmus _______________________________________________ gegl-developer-list mailing list gegl-developer-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gegl-developer-list