http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5515
------- Additional Comments From [EMAIL PROTECTED] 2007-06-14 03:40 -------
> -Wl,-E will be irrelevant to us; we indeed want -fPIC.
> So we should be using cccdlflags instead of ccdlflags.
Thanks for checking! I just came across the cccdlflags too.
> Could you check your platforms and run the second perl commandline,
> and verify that it creates the right -fPIC-equivalent for that platform?
> if it does, we need to fix the configure.in to use that.
Looks good:
$ perl -le 'use Config; print $Config::Config{ccdlflags}'
-Wl,-R/usr/local/lib/perl5/5.8.8/mach/CORE
$ perl -le 'use Config; print $Config::Config{cccdlflags}'
-DPIC -fPIC
$ uname -a
FreeBSD xxx 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5... amd64
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.