Re: pkg-config output on the Windows platform?



John Pye wrote:

[snip]

Can anyone tell me what system pkg-config uses when some/all of the C
Preprocessor paths contain spaces?
Apparently you just have to use bugzilla here. On linux, with pkg-config 0.21
the following

pkg-config --define-variable=prefix="/foo blah" --libs gtk+-2.0

produces

blah/lib -L/foo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0

Note the "blah/lib -L/foo" part.

Best regards,
Yevgen




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