This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

makefile:8: *** missing separator. Stop.


Hi everybody

I tried to write the easy makefile

1: #
2: #              DBstd.a
3: #            -----------
4: # by Dominik Baenninger, Februar 2001
5: 
6: 
7: test: DBcomplx.o
8:   gcc -o test DBcomplx.o

When I call the make command I'got always the error message

makefile:8: *** missing separator.  Stop.   


What do I wrong? Can anybody help me?
With best regards
Dominik


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]