Re: GTK+-1.3.3 Release



Alexander Larsson <alla lysator liu se> writes: 
> I can't build this Gtk+ without changing the configure script manually.
> 
... 
> This seems to come from having the parameters of pkg-config in the wrong
> order:
> [alex localhost gtk+]$ pkg-config glib-2.0 --libs
> Package --libs was not found in the pkg-config search path.
> Perhaps you should add the directory containing `--libs.pc'
> to the PKG_CONFIG_PATH environment variable
> Unknown package '--libs'
> [alex localhost gtk+]$ pkg-config --libs glib-2.0
>  -L/opt/devel_fb/lib -lglib-1.3  
> 

Covered this with Alex in person, but if anyone else is wondering the
issue is that setting the POSIXLY_CORRECT or POSIX_ME_HARDER env
variable keeps options from working if they occur after non-options on
the command line.

Havoc




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