Skip to main content.

2006-Mar-06

To track down "error: syntax error before" errors when compiling with gcc, use "gcc -E" to see the preprocessed code. This happened to me and I learned that DragonFly defined a "atop" which some OpenBSD code attempted to reuse as a function.