in reply to Re: Re: Problems Compiling Modules.
in thread Problems Compiling Modules.
The default Sun compiler really isn't up to much. As you know, gcc is far better.
Your problem is that you have some pre-built Sun version of Perl which was built using Sun's compiler. This therefore expects all new modules to be compiled with the same compiler (or, more accurately, the same compiler options). As the Sun compiler and gcc have different command-line options, you see the problems that you are getting.
I've never yet seen a pre-built Perl that I really have confidence in, so my solution would be to rebuilt Perl from the sources using gcc.
--
"Perl makes the fun jobs fun
and the boring jobs bearable" - me
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Problems Compiling Modules.
by LordOmar (Novice) on Dec 14, 2000 at 04:18 UTC | |
|
Re: Re: Re: Re: Problems Compiling Modules.
by LordOmar (Novice) on Dec 14, 2000 at 22:27 UTC | |
by davorg (Chancellor) on Dec 14, 2000 at 22:32 UTC | |
by chipmunk (Parson) on Dec 14, 2000 at 22:56 UTC |