> ../../egcs-1.1.1/gcc/cccp.c:4212: dereferencing pointer to incomplete type That error means you did something like struct foo *bar; .. bar->baz = 1; without ever actually defining `struct foo'. >I'm now stuck -- any ideas? It's weird. Run that file through gcc -E and find out what's become of the definition of struct tm, I guess. p. unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
- egcs 1.1.1 armv2 compile Chris Rutter
- Philip Blundell
