Date: Wed, 15 May 1996 13:15:01 +0200 (IST) From: Eli Zaretskii To: Adam Hinkley Cc: lav AT video DOT yars DOT free DOT net, djgpp AT delorie DOT com, j DOT aldrich6 AT genie DOT com Subject: Re: 64-bit integers In-Reply-To: <199605150652.QAA01734@tornado.netspace.net.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 15 May 1996, Adam Hinkley wrote: > Anyone know where I could get the source code for doing 64-bit integer > arithmetic - the long longs? Or anyone have it and could mail it to me? > > I need to be able to do both signed and unsigned 64-bit integer > arithmetic on a compiler that doesn't support it. The fix is to use two AFAIK, the source for gcc's long long support is part of gcc source distribution. When gcc builds, it puts these functions into libgcc.a (which you get with DJGPP). The old v1.x library sources archive (djlsr112.zip) included the sources for these functions; if you can get that, you won't need to download the multi-megabyte gcc distribution.