How to Make things (?)

Gabe462

Registered
I don't know much about unix, so maybe someone can help me here. I am trying to make a program I downloaded, but I am having some problems with it.

This is what happens:

[localhost:~/desktop/unix/freebirth-0.3.2] Gabe% make
Makefile:37: Makefile.deps: No such file or directory
gcc -MM -g -O6 -Wall -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include oscillator.c sequencer.c envelope.c filter.c gtkdial.c mixer.c raw_wave.c event.c sample_producer.c blender.c delay.c reverb.c all_pass.c delay_panel.c reverb_panel.c multi_tap_delay.c sample_freq_strip.c > Makefile.deps
zsh: command not found: gcc
make: *** [Makefile.deps] Error 1

What might be causing this to happen? I don't know how one goes about troubleshooting this kind of stuff.

The install file says I must have gtk+, gdk, and glib present on my system. I used dselect to get glib and gtk+, but I don't know if I have gdk or not, and I also don't know how to use any of these. Must I do something with them once they're installed?

This seems like a lot of difficult stuff to me, but I'm sure someone out there knows whats going on, so I'd appreciate help.

Gabe
 
Back
Top