From: Michal Mertl Newsgroups: comp.os.msdos.djgpp Subject: Re: compiling native code with DJGPP for JAVA Date: Tue, 21 Oct 1997 12:24:21 +0200 Organization: Prague University of Economics Lines: 16 Message-ID: References: <344C7ADB DOT 341235F7 AT ellemtel DOT se> NNTP-Posting-Host: manes.vse.cz Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <344C7ADB.341235F7@ellemtel.se> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Tue, 21 Oct 1997, Tomas Olsson wrote: > I have problem to compile native code for JAVA (it does not seem to find > __int64 types). Should it work or should I try another compiler? > __int64 type is long long. So if your code contains __int64 you could add #define __int64 long long BTW how you compile JAVA with DJGPP I've never heard before about that possibility. Michal "MiMe" Mertl xmerm05 AT vse DOT cz