"George C. Jackson" <[EMAIL PROTECTED]> writes:

> On 24 Jul 2001, Jason E. Stewart wrote:
> 
> > "George C. Jackson" <[EMAIL PROTECTED]> writes:
> > 
> I can also confirm a successful install on
> Solaris7/gcc-2.95/perl-5.004_1 on a machine that was upgraded from
> Solaris 2.6.

Excellent, I've added the info to the INSTALL docs.

> Yep, and I also had to compensate for other symbols by using:
> 
> CCCDLFLAGS = -fPIC -DPL_sv_undef=sv_undef -DPL_na=na -DPL_sv_yes=sv_yes
> 
> in the makefiles after running perl Makefile.PL (I'll learn to use the
> latest version of perl one of these days :). Incidentally, I changed -fpic
> to -fPIC after getting this error during make:

The PL_* symbol problems are my fault. I copied a bit of code from the
SWIG header, and I copied it wrong. It should all work now. I'm not
sure how to force using -fPIC in place of -fpic. I think perl chooses
-fpic. Especially since it doesn't seem to be necessary in the other
solaris builds I've seen. I'll just make a note of it in INSTALL.

Thanks!
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to