On 2007-12-29, Horacius ReX <[EMAIL PROTECTED]> wrote:

> I have a C program split into different source files. I am
> trying a new compiler and for some reason it only accepts a
> single source file.

That's pretty much the way they all work.

> So I need to "mix" all my different C source files into a
> single one.

You compile them individually, then you link the object files
together.

> Do you know about some type of python script able to do this
> kind of task ?

$ man make

-- 
Grant

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to