in reply to Is anyone using Solaris 8?
The problem I see you having is that modules that use XS will harf when being built because it's expecting Sun's compiler. I had to tweak my Config.pm (/usr/perl5/5.00503/i866pc-solaris/Config.pm in my case) to get gcc to be the compiler, get "-fPIC" to be the way we build position-independent code, etc... after that, modules needing XS seemed to compile properly.
Update: I should note that I'm assuming you're using the perl that comes with Solaris 8. If you install any other version, YMMV here.
--
Me spell chucker work grate. Need grandma chicken.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Is anyone using Solaris 8?
by el-moe (Scribe) on Mar 31, 2001 at 00:01 UTC |