X-VirusChecked: Checked Message-ID: <000801c16d69$ffb6d390$3264640a@VAIOFX405> From: "Roger Moffatt" To: Subject: ar EONMEM problems Date: Thu, 15 Nov 2001 00:10:56 -0000 Organization: Resolution MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C16D69.FF0EACB0" 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
Hi all
 
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 www.ijg.org
 
The compilation goes fine - but AR = complains as=20 follows
 
d:\jpeg-6b>ar rc libjpeg.a  = 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
d:\djgpp\bin\ar.exe: libjpeg.a = rename: Not=20 enough memory (ENOMEM)
 
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?
 
Oh yes, AR version is = 2.11.2
 
HUGE Thanks in advance
Roger
 
 
----------------------------------------------------------------= -------------------------------------------------------------------------= --
 
 
My environment is as = follows;
 
ALLUSERSPROFILE=3DC:\Documents and = Settings\All=20 Users
APPDATA=3DC:\Documents and Settings\Roger Moffatt\Application=20 Data
CLIENTNAME=3DConsole
CommonProgramFiles=3DC:\Program = Files\Common=20 Files
COMPUTERNAME=3DVAIOFX405
ComSpec=3DC:\WINDOWS\system32\cmd.ex= e
DJGPP=3DD:\DJGPP\DJGPP.ENV
HOMEDRIVE=3DC:
HOMEPATH=3D\Document= s=20 and Settings\Roger=20 Moffatt
LOGONSERVER=3D\\VAIOFX405
NUMBER_OF_PROCESSORS=3D1
OS=3D= Windows_NT
Path=3DC:\jdk1.3.1_01\bin\;D:\DJGPP\bin\;D:\Perl\bin\;C:\WI= NDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
PATHEXT=3D.COM;.EXE= ;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=3Dx86PROCESSOR_IDENTIFIER=3Dx86=20 Family 6 Model 6 Stepping 2,=20 AuthenticAMD
PROCESSOR_LEVEL=3D6
PROCESSOR_REVISION=3D0602
Progr= amFiles=3DC:\Program=20 Files
PROMPT=3D$P$G
SESSIONNAME=3DConsole
SystemDrive=3DC:
Sy= stemRoot=3DC:\WINDOWS
TEMP=3DC:\DOCUME~1\ROGERM~1\LOCALS~1\Temp
TMP= =3DC:\DOCUME~1\ROGERM~1\LOCALS~1\Temp
USERDOMAIN=3DVAIOFX405
USERNA= ME=3DRoger=20 Moffatt
USERPROFILE=3DC:\Documents and Settings\Roger=20 Moffatt
windir=3DC:\WINDOWS
And go32-v2 reports as = follows;
 
go32/v2 version 2.0 built Dec 24 1999=20 17:46:57
Usage: go32 coff-image [args]
Rename this to go32.exe = only if you=20 need a go32 that can run v2 binaries as
 well as v1 binaries = (old=20 makefiles).  Put ahead of the old go32 in your PATH
 but do = not=20 delete your old go32 - leave it in the PATH after this one.
Set=20 GO32_V2_DEBUG=3Dy in the environment to get verbose output.
 
DPMI memory available: 87052 Kb
DPMI = swap space=20 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--