This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/38088] gcc fails to compile with undefined symbol: __LONG_LONG_MAX__ error



------- Comment #2 from kamaraju at gmail dot com  2008-11-12 13:49 -------
Andrew (http://gcc.gnu.org/ml/gcc-help/2008-11/msg00131.html) suggested to use

#define CAP_INFINITY INTTYPE_MAXIMUM(HOST_WIDEST_INT)

I tried it out. The mcf.c compiles with this modification.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38088


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]