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

[ale] Quick gcc question



I'm trying to compile some code with gcc-3.3.3 that has some multi-line
strings.

What gcc argument is needed to enable the multi-line strings?

>>  Example code that fails
printf (_("\
Copy a file, converting and formatting according to the options.\n\
\n"));
<<

I'm getting the error:

dcfldd.c:326:17: missing terminating " character

Thanks
Greg
-- 
Greg Freemyer