Compiling latest snapshot / rpath eror on Solaris 10
20 Feb
2008
20 Feb
'08
5:40 p.m.
Hi,
compiling the latest hobbit snapshot on Solaris 10 (sparc) failed with rpath errors:
$ ./configure --client $ make [...] /usr/ccs/bin/ld: illegal option -- rpath [...]
To fix the problem, I had to change the RPATH option in build/Makefile.SunOS:
old: RPATH=-Wl,--rpath, new: RPATH=-Wl,-R,
Hope this helps other solaris users :-)
Regards, Alexander
6699
Age (days ago)
6699
Last active (days ago)
0 comments
1 participants
participants (1)
-
hobbit@alexkeller.de