in reply to cc/gcc config settings on Solaris
I have a hunch. When you typed: 'perl -MCPAN -eshell' to install Term::ReadKey you weren't using perl 5.6.1, instead you were using the old perl 5.00503. Therefore CPAN (the 5.00503 version) tried to use cc instead of gcc.
Try building again, but before 'perl -MCPAN -eshell' try: 'perl -v' to make sure you're using the right version of perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: cc/gcc config settings on Solaris
by elvolio (Initiate) on Mar 28, 2002 at 00:56 UTC |