in reply to Re: Re: Re: Re: Problems Compiling Modules.
in thread Problems Compiling Modules.

Hmm... check that the first perl on your path is the one that you've just rebuilt using gcc.

Also try running perl -V to see the config options that your perl was built with. The 'cc' option should be about eight lines down.

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

  • Comment on Re: Re: Re: Re: Re: Problems Compiling Modules.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Problems Compiling Modules.
by chipmunk (Parson) on Dec 14, 2000 at 22:56 UTC
    You can also see the configuration of specific options, like this:
    % perl -V:cc -V:ccflags cc='cc'; ccflags='-Dbool=char -DHAS_BOOL -I/usr/local/include';