Which symbols is it complaining about? sem_destroy() (and other sem_*
functions?)
If so, it looks like we may have missed adding "-lrt" to the LIBS
variable automatically. To workaround this, you can re-configure and
re-build LAM with the following:
./configure LIBS=-lrt ....rest of your configure options...
On Sep 15, 2004, at 6:43 PM, John Korah wrote:
> Hi,
> I am getting the following errors during make when
> trying to install lam 7.0.6 on solaris 9. I have a SUN
> V100 machine.
>
> I give the following configure command
> ./configure --enable-shared --prefix=/opt/lam/
> --with-threads=posix
>
> It is installed fine when i dont have the
> enable-shared option
>
> i get the following errors during make
>
>
> ld: fatal: Symbol referencing errors. No output
> written to .libs/lamclean
> collect2: ld returned 1 exit status
> *** Error code 1
> make: Fatal error: Command failed for target
> `lamclean'
> Current working directory
> /guest/lam-7.0.6/otb/lamclean
> *** Error code 1
> make: Fatal error: Command failed for target
> `all-recursive'
> Current working directory /guest/lam-7.0.6/otb
> *** Error code 1
> make: Fatal error: Command failed for target
> `all-recursive'
>
>
> Thanks
> john
>
>
>
>
> _______________________________
> Do you Yahoo!?
> Declare Yourself - Register online to vote today!
> http://vote.yahoo.com
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>
--
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/
|