You might be able to set GLOBUS_LDFLAGS before the build. If you have already built globus_core, though, I don't think that will work. However, then you could edit the files under $GLOBUS_LOCATION/etc/ globus_core/flavor_*.gpt and change the LDFLAGS there.

Otherwise you can change the Makefile.in instead of the Makefile; each package does a "make distclean" as part of its build.

What is the ssl_extra library providing that you need?


Charles

On Nov 18, 2008, at 5:55 AM, Gerard Henry wrote:

hello all,
i'm trying to compile gt-4.2.1 on Solaris 10 machine (x86), and i need
to add:
-lssl_extra
in a ld process.
I did:
./configure CC=cc LDFLAGS="-rpath=/usr/sfw/lib -lssl_extra"
--prefix=/local/apps/globus
but it does nothing.
I tried to modify manually
gt4.2.1-all-source-installer/source-trees/gsi/gaa_callbacks/ gaa_simple/test/Makefile,
but "make" erases it
so what are the good way to add a lib?
"configure --help" talks about CFLAGS, ... but no luck for me.

Thanks in advance for help,

gerard

PS: i read
http://www.globus.org/toolkit/docs/4.0/admin/docbook/ch03.html#s-platform-solaris
and
http://www.globus.org/toolkit/docs/4.2/4.2.1/admin/quickstart/#quickstart

Reply via email to