Thread: Makefile
View Single Post
  #8   Spotlight this post!  
Unread 18-01-2007, 03:15
fauxnominal fauxnominal is offline
Registered User
no team
 
Join Date: Jan 2007
Location: n/a
Posts: 7
fauxnominal is an unknown quantity at this point
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?