Search found 1 match

by Madsy
Thu Apr 20, 2006 8:12 am
Forum: PSP Development
Topic: Cannot build libvorbis
Replies: 6
Views: 4082

Is PKG_CONFIG_PATH set?
This worked out for me in cygwin:
Set the PKG_CONFIG_PATH environment var to whereever ogg.pc is. libogg must be compiled first.
export PKG_CONFIG_PATH="$PSPDEV/psp/lib/pkgconfig"

Thanks to chip-pwl and epac for getting me on the right track.