[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:[linrad] Help!



Sigurd ,

I had the same trouble. This is only a small problem.  The current version
of gcc expects string literals to be terminated properly ... it does not
like the linefeed in the line 

   printf("


rather than commenting it out, change it to 

   printf("\

The backslash indicates to the compiler that the string literal continues
on the next line.

-Joe KM1P
LINRADDARNIL
c