[Bug 576] Configure fails on Solaris 9
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue May 27 04:52:28 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=576
dhighley at highley-recommended.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dhighley at highley-recommended.com 2003-05-27 04:52 -------
Well this almost works:
gcc -o junk2 -I/usr/local/ssl/include -L/usr/local/ssl/lib -L/usr/local/lib
-R/usr/local/lib junk2.c -lrt -lz -lsocket -lnsl -lcrypto
It still fails with an unresolved reference to libgcc_s.so.1. This is a new
platform being build from the ground up so I suspect a tool issue here. Note the
suttle parameter order change of moving the source file a head of the library
flags. I hope this does not indicate a reverting to where building software was
a fragile task of determining what order you needed to things on the command line.
Bottom line, not a bug. Still need to figure out why the C library is not being
found when the code is linked with a -R flag. This is why shared libraries are
really a failed academic concept.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list