www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/11/14/19:16:43

X-VirusChecked: Checked
Message-ID: <000801c16d69$ffb6d390$3264640a@VAIOFX405>
From: "Roger Moffatt" <roger AT resolution DOT tv>
To: <djgpp AT delorie DOT com>
Subject: ar EONMEM problems
Date: Thu, 15 Nov 2001 00:10:56 -0000
Organization: Resolution
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Reply-To: djgpp AT delorie DOT com

This is a multi-part message in MIME format.

------=_NextPart_000_0005_01C16D69.FF0EACB0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi all

I'm running DJGPP under windows XP (home) edition and all has been well =
until tonight when I've been MAKing the JPEG utilities provided by =
www.ijg.org

The compilation goes fine - but AR complains as follows

d:\jpeg-6b>ar rc libjpeg.a  jcapimin.o jcapistd.o jctrans.o jcparam.o =
jdatadst.o jcinit.o jcmaster.o jcmarker.o jcmainct.o jcprepct.o =
jccoefct.o jccolor.o jcsample.o jchuff.o jcphuff.o jcdctmgr.o jfdctfst.o =
jfdctflt.o jfdctint.o jdapimin.o jdapistd.o jdtrans.o jdatasrc.o =
jdmaster.o jdinput.o jdmarker.o jdhuff.o jdphuff.o jdmainct.o jdcoefct.o =
jdpostct.o jddctmgr.o jidctfst.o jidctflt.o jidctint.o jidctred.o =
jdsample.o jdcolor.o jquant1.o jquant2.o jdmerge.o jcomapi.o jutils.o =
jerror.o jmemmgr.o jmemnobs.o

d:\djgpp\bin\ar.exe: libjpeg.a rename: Not enough memory (ENOMEM)

I've tried just archiving the first object file with ar rc libjpeg.a =
jcapimmin.o and get the same error. I've been through the FAQ and lists =
and can't see a solution (unless I missed it?) - any of you splendid =
folks got an idea as to how I can either fix this or work around it?

Oh yes, AR version is 2.11.2

HUGE Thanks in advance
Roger


-------------------------------------------------------------------------=
------------------------------------------------------------------


My environment is as follows;

ALLUSERSPROFILE=3DC:\Documents and Settings\All Users
APPDATA=3DC:\Documents and Settings\Roger Moffatt\Application Data
CLIENTNAME=3DConsole
CommonProgramFiles=3DC:\Program Files\Common Files
COMPUTERNAME=3DVAIOFX405
ComSpec=3DC:\WINDOWS\system32\cmd.exe
DJGPP=3DD:\DJGPP\DJGPP.ENV
HOMEDRIVE=3DC:
HOMEPATH=3D\Documents and Settings\Roger Moffatt
LOGONSERVER=3D\\VAIOFX405
NUMBER_OF_PROCESSORS=3D1
OS=3DWindows_NT
Path=3DC:\jdk1.3.1_01\bin\;D:\DJGPP\bin\;D:\Perl\bin\;C:\WINDOWS\system32=
;C:\WINDOWS;C:\WINDOWS\System32\Wbem
PATHEXT=3D.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=3Dx86
PROCESSOR_IDENTIFIER=3Dx86 Family 6 Model 6 Stepping 2, AuthenticAMD
PROCESSOR_LEVEL=3D6
PROCESSOR_REVISION=3D0602
ProgramFiles=3DC:\Program Files
PROMPT=3D$P$G
SESSIONNAME=3DConsole
SystemDrive=3DC:
SystemRoot=3DC:\WINDOWS
TEMP=3DC:\DOCUME~1\ROGERM~1\LOCALS~1\Temp
TMP=3DC:\DOCUME~1\ROGERM~1\LOCALS~1\Temp
USERDOMAIN=3DVAIOFX405
USERNAME=3DRoger Moffatt
USERPROFILE=3DC:\Documents and Settings\Roger Moffatt
windir=3DC:\WINDOWS

And go32-v2 reports as follows;

go32/v2 version 2.0 built Dec 24 1999 17:46:57
Usage: go32 coff-image [args]
Rename this to go32.exe only if you need a go32 that can run v2 binaries =
as
 well as v1 binaries (old makefiles).  Put ahead of the old go32 in your =
PATH
 but do not delete your old go32 - leave it in the PATH after this one.
Set GO32_V2_DEBUG=3Dy in the environment to get verbose output.

DPMI memory available: 87052 Kb
DPMI swap space available: 0 Kb



_____________________________________________________________________
This message has been checked for all known viruses by the 
MessageLabs Virus Scanning Service. For further information visit
http://www.messagelabs.com/stats.asp

------=_NextPart_000_0005_01C16D69.FF0EACB0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi all</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I'm running DJGPP under windows XP =
(home) edition=20
and all has been well until tonight when I've been MAKing the JPEG =
utilities=20
provided by <A href=3D"http://www.ijg.org">www.ijg.org</A></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>The compilation goes fine - but AR =
complains as=20
follows</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>d:\jpeg-6b&gt;ar rc libjpeg.a&nbsp; =
jcapimin.o=20
jcapistd.o jctrans.o jcparam.o jdatadst.o jcinit.o jcmaster.o jcmarker.o =

jcmainct.o jcprepct.o jccoefct.o jccolor.o jcsample.o jchuff.o jcphuff.o =

jcdctmgr.o jfdctfst.o jfdctflt.o jfdctint.o jdapimin.o jdapistd.o =
jdtrans.o=20
jdatasrc.o jdmaster.o jdinput.o jdmarker.o jdhuff.o jdphuff.o jdmainct.o =

jdcoefct.o jdpostct.o jddctmgr.o jidctfst.o jidctflt.o jidctint.o =
jidctred.o=20
jdsample.o jdcolor.o jquant1.o jquant2.o jdmerge.o jcomapi.o jutils.o =
jerror.o=20
jmemmgr.o jmemnobs.o<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><STRONG>d:\djgpp\bin\ar.exe: libjpeg.a =
rename: Not=20
enough memory (ENOMEM)</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I've tried just archiving the first =
object file=20
with ar rc libjpeg.a jcapimmin.o and get the same error. I've been =
through the=20
FAQ and lists and can't see a solution (unless I missed it?) - any of =
you=20
splendid folks got an idea as to how I can either fix this or work =
around=20
it?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Oh yes, AR version is =
2.11.2</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>HUGE Thanks in advance</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Roger</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial=20
size=3D2>----------------------------------------------------------------=
-------------------------------------------------------------------------=
--</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>My environment is as =
follows;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>ALLUSERSPROFILE=3DC:\Documents and =
Settings\All=20
Users<BR>APPDATA=3DC:\Documents and Settings\Roger Moffatt\Application=20
Data<BR>CLIENTNAME=3DConsole<BR>CommonProgramFiles=3DC:\Program =
Files\Common=20
Files<BR>COMPUTERNAME=3DVAIOFX405<BR>ComSpec=3DC:\WINDOWS\system32\cmd.ex=
e<BR>DJGPP=3DD:\DJGPP\DJGPP.ENV<BR>HOMEDRIVE=3DC:<BR>HOMEPATH=3D\Document=
s=20
and Settings\Roger=20
Moffatt<BR>LOGONSERVER=3D\\VAIOFX405<BR>NUMBER_OF_PROCESSORS=3D1<BR>OS=3D=
Windows_NT<BR>Path=3DC:\jdk1.3.1_01\bin\;D:\DJGPP\bin\;D:\Perl\bin\;C:\WI=
NDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem<BR>PATHEXT=3D.COM;.EXE=
;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH<BR>PROCESSOR_ARCHITECTURE=3Dx86<B=
R>PROCESSOR_IDENTIFIER=3Dx86=20
Family 6 Model 6 Stepping 2,=20
AuthenticAMD<BR>PROCESSOR_LEVEL=3D6<BR>PROCESSOR_REVISION=3D0602<BR>Progr=
amFiles=3DC:\Program=20
Files<BR>PROMPT=3D$P$G<BR>SESSIONNAME=3DConsole<BR>SystemDrive=3DC:<BR>Sy=
stemRoot=3DC:\WINDOWS<BR>TEMP=3DC:\DOCUME~1\ROGERM~1\LOCALS~1\Temp<BR>TMP=
=3DC:\DOCUME~1\ROGERM~1\LOCALS~1\Temp<BR>USERDOMAIN=3DVAIOFX405<BR>USERNA=
ME=3DRoger=20
Moffatt<BR>USERPROFILE=3DC:\Documents and Settings\Roger=20
Moffatt<BR>windir=3DC:\WINDOWS<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>And go32-v2 reports as =
follows;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>go32/v2 version 2.0 built Dec 24 1999=20
17:46:57<BR>Usage: go32 coff-image [args]<BR>Rename this to go32.exe =
only if you=20
need a go32 that can run v2 binaries as<BR>&nbsp;well as v1 binaries =
(old=20
makefiles).&nbsp; Put ahead of the old go32 in your PATH<BR>&nbsp;but do =
not=20
delete your old go32 - leave it in the PATH after this one.<BR>Set=20
GO32_V2_DEBUG=3Dy in the environment to get verbose output.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>DPMI memory available: 87052 Kb<BR>DPMI =
swap space=20
available: 0 Kb<BR></DIV></FONT></BODY></HTML>

<HTML><BODY><BR>
_____________________________________________________________________<BR>
This message has been checked for all known viruses by the <BR>
MessageLabs Virus Scanning Service. For further information visit<BR>
<A =20
href=3Dhttp://www.messagelabs.com/stats.asp>
http://www.messagelabs.com/stats.asp</A><BR>
<BR>
</BODY></HTML>

------=_NextPart_000_0005_01C16D69.FF0EACB0--



- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019