|
Re: Makefile
hi all, thanks for the input.
as far as what version of the compiler i'm using, like i said before, i am using the 2.4 compiler using wine.
the makefile was properly generated using the python script, and like i said the makefile also threw out the same error. if i try to compile by hand without a makefile, then i still get the same error.
the preprocessor doesn't throw any errors out.
i'm much more familiar with gcc, and being the purist that i am, tend to compile source files into individual object files and then link them anyway, so having a separate compiler and a separate linker is no issue.
i have a feeling this has to do with line endings more than anything else, but how would i fix the line endings on linux in emacs?
|