I'm sure that if you stick with it you can figure it out. Whenever I get to where you are, I throw -v option in my gcc command to see the linker command and then I play with making the linker command work specifically.
I might try writing a simple c program that links to the crypt library and see if you can get that to build.
Does that -enable-static work with only one - ? It looks like a "long" option, needing 2 -'s
Why are you trying to enable static? Does freeradius require it on solaris?
- G
Simon Gray wrote:
Thanks for your help.
"-/usr/lib" ? That isn't a valid option to gcc. Try "-L/usr/lib"
However, that last one was a bit of a red herring/typo the real output does contain "-L/usr/lib"
Any other ideas?
S
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

