On Wed, 1 Aug 2007, Ed wrote:
> The thing is... I didn't GET a warning when I compiled and linked it
> as separate modules. If I HAD gotten a warning I would never have had
> the problem.
What warning flags are you using?
I don't remember much about such old versions of GCC (I run
NetBSD-current on my TS board, with gcc 4.x), but gcc has become
increasingly picky and increasingly eager to warn with every 3.x and
onwards to the recent 4.x versions.
Even so, I make it a habit to compile all code with -Wall (and for gcc
versions that support it, -Wextra) until I am confident the code works. At
that point, I typically enable -Werror, too. :-) It really does find a lot
of typos etc.
Best regards,
ali:)
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|