[Bug 924] error compiling with gcc 4.5
[email protected] Wed, 13 Jan 2010 09:44:07 -0500
| Newsgroups | gmane.comp.telephony.fax.hylafax.devel |
|---|---|
| Message-ID | <[email protected]> |
http://bugs.hylafax.org/show_bug.cgi?id=924 ------- Comment #2 from [email protected] 2010-01-13 09:44 ------- OK, a quick check, I thin this might need to filed as a bug on the GCC 4.5 development branch (note GCC hasn't released a 4.5 compiler yet). With previous releases of *all* compliers (Gcc, Sun CC, SCO CC, etc), $CC -E <file> doesn't *stop* on a broken include, it prints the warning, and goes on... GCC 4.5 has changed this to: t.c++:2:18: fatal error: libc.h: No such file or directory The problem is that configure searches "libc.h" for it, which (until this GCC 4.5 pre-release) has never been an issue.. I searched gcc flags, but didn't find anything, any way to turn that fatal error back into a normal pre-processor error? -- Configure bugmail: http://bugs.hylafax.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ____________________ HylaFAX(tm) Developers Mailing List ____________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe [email protected] < /dev/null