Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > can not make

Reply
Thread Tools

can not make

 
 
ngoc
Guest
Posts: n/a
 
      12-12-2003
Hi
I try to install one package under Solaris.
> perl Makefile.PL
> make

The error message is /prog/gcc/bin/SUNSV/gcc command not found
I have gcc only in /usr/local/bin and
"which gcc" point to this location
How to solve this problem?
(I do the same in Linux, all OK. But not in Solaris).
Ngoc
 
Reply With Quote
 
 
 
 
Carsten Aulbert
Guest
Posts: n/a
 
      12-12-2003
Hi Anonymous,

ngoc wrote:

> The error message is /prog/gcc/bin/SUNSV/gcc command not found
> I have gcc only in /usr/local/bin and
> "which gcc" point to this location
> How to solve this problem?


Try (under Bourne like shells)
CC=/usr/local/bin/gcc make

under C-shell
setenv CC /usr/local/bin/gcc
make

Otherwise, try hacking the Makefile itself

HTH

CA
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FAQ 5.9 How can I make a filehandle local to a subroutine? How do I pass filehandles between subroutines? How do I make an array of filehandles? PerlFAQ Server Perl Misc 0 01-12-2011 11:00 PM
Freeware to make animated GIF (can Irfanview make an animated GIF?) Annu Pai Digital Photography 4 11-23-2009 12:52 AM
'' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long. rote ASP .Net 2 01-23-2008 03:07 PM
how to make to transmit the parameters of a cgi between these various pages I would like to use param but I do not see how to make john.swilting Perl Misc 1 03-27-2007 09:46 AM
Anyone know how to make XP make a sound when typing? Like old dumb terminals? Fire Computer Support 6 02-17-2004 12:56 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57