| delorie.com/archives/browse.cgi | search |
| From: | Michal Mertl <xmerm05 AT manes DOT vse DOT cz> |
| 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: | <Pine.ULT.3.95.971021122201.963A-100000@manes.vse.cz> |
| References: | <344C7ADB DOT 341235F7 AT ellemtel DOT se> |
| NNTP-Posting-Host: | manes.vse.cz |
| Mime-Version: | 1.0 |
| In-Reply-To: | <344C7ADB.341235F7@ellemtel.se> |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |