Fink Problem with "make" command

Frogstomp

Registered
Hello, I am new to UNIX so I need some spoon feeding on fixing Fink so I can compile source packages.

The problem I am having is this:
"patching file scripts/makefile.darwin
ln -s scripts/makefile.darwin Makefile
make prefix=/sw ZLIBLIB=/sw/lib ZLIBINC=/sw/include
Can't exec "make": No such file or directory at /sw/lib/perl5/Fink/Services.pm line 216.
### execution of make failed, exit code -1
Failed: compiling libpng-1.0.12-6 failed"

I can not seem to compile anything in Fink. Is this a Perl5 problem?

Thanks!
 
Do you have the developers package installed? Sounds like you don't and fink is not able to find the "make" command which is installed with the developers toolkit. It's not installed by default, so unless you remember installing it, you probably didn't.

Brian
 
Yes infact I do have the Developer Tools installed, as I am learning to write some simple code. I should have noted this, sorry.

How would I go about 'showing' Fink where the command is?

Cheers!
 
Back
Top