Thanks Marc for your reply...yeah Hello.c is working on my system.. I check all of my utility and all of them are working fine, except of that "cc", Is there any binary distributions of perl CPAN modules, I need to install forks.pm and it demands Acme::Damn and Sys::SigAction. However I managed to install SigAction.pm by putting it in same directory where my program resides, but Acme::Damn is creating problem,saying that it can not find the loadable object...
I am seriously screwed up, by installing of this perl module. I can not re-install perl, because this is not my personal system, System is a Solaris Server and belongs to organization and they can not allow me to re-install perl. Also CPAN does not seem to work, says that unable to resolve host name for ftp, just feeling helpless with this issue... Any any pointer most welcome.... -----Original Message----- From: Marc Girod [mailto:marc.gi...@gmail.com] Sent: Wednesday, March 24, 2010 9:04 PM To: Ajeet Kumar Cc: cpan-discuss@perl.org Subject: Re: FW: CPAN Module Installation problem Hi Ajeet, On Wed, Mar 24, 2010 at 1:43 PM, Ajeet Kumar <ajeet.ku...@aricent.com> wrote: > Now i modified the environment to use gcc instead of cc, but again it reports > error, something like below.. ... > ucbcc: unrecognized option `-Xs' You may have gcc installed, but obviously, this is not the version that the makefile sees first. So, you $PATH may not be wrong. There is something weird in this output, and it is that I guess backslashes have been used instead of forward ones. I.e. I guess the compiler above is to be found in some relative ucb/cc path (in fact, there should be a 'bin' somewhere). The 'ucbcc' result looks like an intemediate 'ucb\cc' was being evaluated. All this is quite utterly wrong... One of your tool thought it was running on Windows? However, "unrecognized option `-Xs'" is a sensible thing for a ucb/cc to say... So that the (wrong but still) compiler was found. Something else munged the output afterwards?! Try to narrow your problem down. Can you compile a hello.c? Marc "DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. Aricent accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus."