Re: [Gegl-developer] Problem building on Solaris 11
- From: rassahah googlemail com
- To: gegl-developer-list gnome org, brandon barker gmail com
- Subject: Re: [Gegl-developer] Problem building on Solaris 11
- Date: Sat, 12 May 2012 18:39:15 +0200
Brandon Barker <brandon barker gmail com> 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]