| Summary: | "make install" fails | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Serge van den Boom <svdb+sdl-bugs> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | x86 | ||
| OS: | Solaris | ||
It appears that no shared libraries were built at all, even though configure indicates that it will build them. And explicitely adding --enable-shared does not change anything. Even with --disable-shared, there's the same problem. It seems that no .a file is even created. Oh, there is (in build/.libs); ignore that latest message. |
"make install" fails with an error /opt/sfw/bin/install -c build/.libs/libSDL.lai /home/svdb/lobster/sandbox/opt/SDL-1.2.12/lib/64/libSDL.la /opt/sfw/bin/install: cannot stat `build/.libs/libSDL.lai': No such file or directory configure line was: ./configure --enable-debug --prefix=/home/svdb/lobster/sandbox/opt/SDL-1.2.1 2 --libdir=/home/svdb/lobster/sandbox/opt/SDL-1.2.12/lib/64 --disable-rpath --di sable-arts --disable-esd --enable-video-aalib with CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-L/home/svdb/lobster/sandbox/links/lib -L/home/svdb/lobster/sandbox/links/lib/64 -m64