<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
style="font-family: -moz-fixed; font-size: 12px;" lang="x-western">Hello,
<br>
<br>
I was trying to port Cactus to Solaris 10,using gcc and MPICH. On
loading I get the error of symbols like (send recv etc. ).
<br>
When I had set the LD_FLAGS env variables to "-lsocket -lnsl".It
works fine. I wanted to add that to known-configurations
<br>
solaris 2.10
<br>
<br>
#! /bin/sh
<br>
# /*@@
<br>
# @file solaris2.11
<br>
# @date April 6th 2004
<br>
# @author Gabrielle Allen
<br>
# @desc
<br>
# # @enddesc
<br>
# @version $Header:
/cactus/Cactus/lib/make/known-architectures/solaris2.11,v 1.1
2004/04/07 17:28:05 allen Exp $
<br>
# @@*/
<br>
<br>
#. $srcdir/known-architectures/solaris
<br>
LD_FLAGS="$LDFLAGS -L/usr/lib -lnsl -lsocket"
<br>
LIBS="socket nsl m"
<br>
<br>
It dint pick up those flags. So I wanted to know how could I set those
flags so that it uses them for compiling cactus.
<br>
<br>
Thanks
<br>
Ankush
<br>
<br>
</div>
</body>
</html>