I'm working on a project that requires linking to the static ogg and vorbis libraries. I've installed both libvorbis-devel and libogg-devel rpms, but I get:
gcc: /usr/lib/libvorbisfile.a: No such file or directory
gcc: /usr/lib/libvorbis.a: No such file or directory
gcc: /usr/lib/libogg.a: No such file or directory
none of these libraries exist anywhere on my system. Are these rpms lacking these files, or has something changed between FC6 and F7 (this worked on FC6)?
George