[3655] in Kerberos-V5-bugs
Re: [krbdev.mit.edu #1261] Creation of shared libraries ignore --with-ldopts
daemon@ATHENA.MIT.EDU (Tom Yu via RT)
Fri Nov 15 19:31:22 2002
Message-Id: <rt-1261-3720.2.73764777443787@krbdev.mit.edu>
In-Reply-To: <rt-1261@krbdev.mit.edu>
From: "Tom Yu via RT" <rt-comment@krbdev.mit.edu>
Reply-To: rt-comment@krbdev.mit.edu
To: krb5-prs@mit.edu
Errors-To: krb5-bugs-admin@mit.edu
Date: Fri, 15 Nov 2002 19:30:03 -0500 (EST)
>>>>> "Ezra" == Ezra Peisach via RT <rt-comment@krbdev.mit.edu> writes:
Ezra> a) config/lib.in: Change the invocation of LDCOMBINE in the creation
Ezra> of the library to include $(LDFLAGS)
Ezra> This would make the --ldopts a global change for all architectures.
One possible problem with this is that LDFLAGS is meant to be used
during program link time. It is therefore intended to be suitable for
passing to the compiler driver. Different architectures vary as to
whether they use ld or $(CC) to build shared libraries, and we'd have
to account for the possibility that LDFLAGS that are suitable for the
compiler driver might not be suitable for ld.
---Tom
_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
http://mailman.mit.edu/mailman/listinfo/krb5-bugs