Op woensdag 25-03-2009 om 18:01 uur [tijdzone +0100], schreef Zoltan Seress: > But there is another concern. Next step is libvorbis and libogg is a > dependency. During the build section I got this: > > /usr/i686-pc-mingw32/sys-root/mingw/lib/libogg.dll.a: could not read > symbols: Archive has no index; run ranlib to add one > collect2: ld returned 1 exit status > > I tried ranlib > -t /usr/i686-pc-mingw32/sys-root/mingw/lib/libogg.dll.a , but only > this happened: > ranlib: /usr/i686-pc-mingw32/sys-root/mingw/lib/libogg.dll.a: no > archive map to update
Hi, The regular 'ranlib' command only works on Linux libraries. For Win32 you need to use 'i686-pc-mingw32-ranlib'. However, this is something that should be done automatically during the build process.. I've also seen this behaviour when building SRPMS on CentOS 5, but not on Fedora Rawhide..haven't really found the cause of it yet. Regards, Erik van Pienbroek _______________________________________________ fedora-mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw
