When I try to compile SDL-1.1 from the websites source snapshot, I get
the following error:
libtool: link: `x11/libvideo_x11.la’ is not a valid libtool archive
Does anyone know how to fix this?
When I try to compile SDL-1.1 from the websites source snapshot, I get
the following error:
libtool: link: `x11/libvideo_x11.la’ is not a valid libtool archive
Does anyone know how to fix this?
John Garrison wrote:
When I try to compile SDL-1.1 from the websites source snapshot, I get
the following error:libtool: link: `x11/libvideo_x11.la’ is not a valid libtool archive
Does anyone know how to fix this?
Oops nevermind, I should have read the instructions on the web page
instead of in the archive, funning ./autogen.sh fixed it. (at least
after I upgraded my automake and autoconf )