From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Williams To: crossgcc@sources.redhat.com Subject: Long Long Support for m68K targets Date: Tue, 29 Aug 2000 20:17:00 -0000 Message-id: <39AC8A96.F34ABE64@ozemail.com.au> References: <0008260506.AA13984@ivan.Harhan.ORG> <39AC8823.ADA3D98E@ozemail.com.au> X-SW-Source: 2000-08/msg00123.html Hi All, I want to be able to use printf with support for 64 bit integers. I am compiling GCC 2.95.2 with newlib 1.8.2 under a cygwin 1.1.4 environment. The code seems to be there in vfprintf.c, however it does not seem to be enabled when the library is compiled. It relies on a macro variable WANT_PRINTF_LONG_LONG being defined. My question is where or how should I define this variable. Searching through the configure files I found some lines that suggest if the host defined is cygwin then this variable will be defined. My host is cygwin however the code either doesnt work or wasnt enabled when I tried to use it. My script skills are practically non-existant (guessing mostly) so I would apreciate some help on this one. There does not seem to be an easy way to approach the configure/make system - its huge and complex - at least from where I am starting! TIA Dave ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com