in reply to
Translating Perl to C
First off, you don't want to redirect the output to fred, you want to specify it as the output file. Secondly, you can specify include directories on the command line with the -I flag. Try
cc -I/path/to/includes -o fred fred.c
Comment on
Re: Translating Perl to C
In Section
Seekers of Perl Wisdom