We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 501 - "make install" fails
Summary: "make install" fails
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 1.2
Hardware: x86 Solaris
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-06 07:43 UTC by Serge van den Boom
Modified: 2007-10-06 10:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serge van den Boom 2007-10-06 07:43:57 UTC
"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
Comment 1 Serge van den Boom 2007-10-06 08:12:55 UTC
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.
Comment 2 Serge van den Boom 2007-10-06 09:20:30 UTC
Even with --disable-shared, there's the same problem.
Comment 3 Serge van den Boom 2007-10-06 09:45:46 UTC
It seems that no .a file is even created.
Comment 4 Serge van den Boom 2007-10-06 09:57:27 UTC
Oh, there is (in build/.libs); ignore that latest message.
Comment 5 Serge van den Boom 2007-10-06 10:14:43 UTC
Oops, this bug was a result of my own workaround for bug #499.