C

Cordula's Web cpghost at cordula.ws
Sun Nov 16 13:37:45 PST 2003


> Can anyone tell the name of the package that contain
> the C, something simillar to Borland C++ in windows...

You can compile C/C++ programs with the 'cc' command, which
is part of the FreeBSD base system:

% cc -o hello hello.c
% ./hello

Or did you mean something like an IDE for C, which uses 'cc'
as backend?

-- 
Cordula's Web. http://www.cordula.ws/



More information about the freebsd-questions mailing list