delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2005/06/20/10:18:21

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=s1024; d=yahoo.com;
h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding;
b=E/8fFOLbTs5ZWm3bnQRvIEc8/Y7X95dqVlWqxftzB90p/67n3i9bf0xcu/dO68zmESZzSrhUqH9Q3dVFGoGqfULr9DvRoypzH0AUoN31sXZTaxxpeu/GWXkDhb4p4dFG1X99z8r6ZNVa0Ch+UUJoP01ww/gB7D7J+O0BpkvxolM= ;
Message-ID: <20050620135021.80633.qmail@web33314.mail.mud.yahoo.com>
Date: Mon, 20 Jun 2005 06:50:20 -0700 (PDT)
From: kishore taid <k_taid AT yahoo DOT com>
Subject: djgpp assembler and network packages
To: djgpp AT delorie DOT com
MIME-Version: 1.0
Reply-To: djgpp AT delorie DOT com

--0-1345515623-1119275420=:80303
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi,
 
There is an application which uses the DJGPP C/C++ compiler. The gcc version used by that DJGPP is 2.91.60 - this I came to know by giving a verbose (-v option) compile command. However, i dont know the DJGPP version number. 
 
I want to upgrade the DJGPP to the latest version (version 2.04). I have successfully downloaded and installed the compiler which is running just fine for normal C/C++ programs. I have downloaded the following zip files:
djdev204.zip, bnu215b.zip, gcc400b.zip, gpp400b.zip, mak3791b.zip
 
Now, here is the problem: 
 
In addition to the above minimal set of files required to compile c/c++ files, the DJGPP currently being used also has some socket/network/protocol related files which are used to compile files used by the application. These are present in the 'djgpp/include/' folder, the directories of which I am listing below:
djgpp/include/Arpa
djgpp/include/Asm
djgpp/include/bits
djgpp/include/g++-2
djgpp/include/GNU
djgpp/include/Linux
djgpp/include/Net
djgpp/include/netpacket
djgpp/include/NETROM
djgpp/include/NFS
djgpp/include/protocols
djgpp/include/PWDB
djgpp/include/RPC
djgpp/include/RPCSVC
djgpp/include/SECURITY
 
I have not been able to locate the zip files corresponding to the header files present in the above directories. I searched through almost the whole of the ftp site looking for them but havent been able to find any.
 
I found one relevant to the folder 'djgpp/include/Arpa' - ls080b.zip, which is the BSD -style socket library for Win95. However, the application runs on Win 2000 and so, i suppose, would require the corresponding version.
 
It would be of great help to me if someone could tell me what utilities/packages the above stated files belong to and also suggest any site/sites where I could find them.
 
I think the extra library packages are related to some assembler, RPC and tcp/udp protocol related tools - this is what appears to be if you look at the names of the above directories. 
I can send zip file of  the corresponding header files if having a look at those files might help.
 
with regards,
kishore



		
---------------------------------
Yahoo! Sports
 Rekindle the Rivalries. Sign up for Fantasy Football
--0-1345515623-1119275420=:80303
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

<DIV>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>There is an application which uses the DJGPP C/C++ compiler. The gcc version used by that DJGPP is 2.91.60 - this I came to know by giving a verbose (-v option) compile command. However, i dont know the DJGPP version number. </DIV>
<DIV>&nbsp;</DIV>
<DIV>I&nbsp;want to upgrade the DJGPP to the latest version (version 2.04). I have successfully downloaded and installed the compiler which is running just fine for normal C/C++ programs. I have downloaded the following zip files:</DIV>
<DIV>djdev204.zip, bnu215b.zip, gcc400b.zip, gpp400b.zip, mak3791b.zip</DIV>
<DIV>&nbsp;</DIV>
<DIV>Now, here is the problem: </DIV>
<DIV>&nbsp;</DIV>
<DIV>In addition to the above minimal set of files required to compile c/c++ files, the DJGPP currently being used also has some socket/network/protocol related files which are used to compile files used by the application. These are present in the 'djgpp/include/' folder, the directories of which I am listing below:</DIV>
<DIV>djgpp/include/Arpa</DIV>
<DIV>djgpp/include/Asm</DIV>
<DIV>djgpp/include/bits</DIV>
<DIV>djgpp/include/g++-2</DIV>
<DIV>djgpp/include/GNU</DIV>
<DIV>djgpp/include/Linux</DIV>
<DIV>djgpp/include/Net</DIV>
<DIV>djgpp/include/netpacket</DIV>
<DIV>djgpp/include/NETROM</DIV>
<DIV>djgpp/include/NFS</DIV>
<DIV>djgpp/include/protocols</DIV>
<DIV>djgpp/include/PWDB</DIV>
<DIV>djgpp/include/RPC</DIV>
<DIV>djgpp/include/RPCSVC</DIV>
<DIV>djgpp/include/SECURITY</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have not been able to&nbsp;locate&nbsp;the zip files&nbsp;corresponding to&nbsp;the&nbsp;header files&nbsp;present in the above directories. I searched through almost the whole of the ftp site looking for them but havent been able to find any.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I found&nbsp;one&nbsp;relevant to the folder 'djgpp/include/Arpa' - ls080b.zip, which is the BSD -style socket library for Win95. However, the application runs on Win 2000 and so, i suppose, would require the corresponding version.</DIV>
<DIV>&nbsp;</DIV>
<DIV>It would be of great help to me if&nbsp;someone could tell me what utilities/packages&nbsp;the above stated files&nbsp;belong to&nbsp;and also suggest&nbsp;any site/sites where I could find them.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I think the extra&nbsp;library packages are&nbsp;related to some assembler, RPC and tcp/udp protocol related tools - this is what appears to be if you look at the names of the above directories.
<DIV>&nbsp;</DIV>
<DIV>I can&nbsp;send&nbsp;zip file of &nbsp;the corresponding header files&nbsp;if having a look at those files&nbsp;might help.</DIV>
<DIV>&nbsp;</DIV>
<DIV>with regards,</DIV>
<DIV>kishore</DIV></DIV></DIV><p>
		<hr size=1>Yahoo! Sports<br> 
<a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=33539/*http://football.fantasysports.yahoo.com?ovchn=YAH&ovcpn=Integration&ovcrn=Mail+footer&ovrfd=YAH&ovtac=AD ">Rekindle the Rivalries. Sign up for Fantasy Football</a>



--0-1345515623-1119275420=:80303--

- Raw text -


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