Am Mittwoch, 18. Oktober 2006 16:18 schrieb Dan Nicholson: > Two tiny nitpicks. In the export CXXFLAGS command, the values aren't > surronded in "", so the -std=gnu++98 part would actually be run as a > command, and who knows what would happen.
That would happen: bash: export: `-std=gnu++98': not a valid identifier And this always happens first an then I add the quotes... > When commenting the __STRICT_ANSI__ part in types.h, you left the && > conditional in there, but now there's not a second part to the > condition. Probably the compiler just throws this away, but I think it > would be better to put the && under the comment too. > > #if defined(__GNUC__) /* && !defined(__STRICT_ANSI__) */ Severe typo! Thanks for proofreading... -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
