From: tao_Zhou AT Shanghaigm DOT com X-Lotus-FromDomain: SGM To: djgpp AT delorie DOT com Message-ID: <482568BE.00289DE8.00@mercury.shanghaigm.com> Date: Tue, 11 Apr 2000 15:15:37 +0900 Subject: Problems on making a .exe file Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Reply-To: djgpp AT delorie DOT com I have made a networking program with djgpp. All the files were compiled successfully. But some problems came out when I started to make them into a .exe file. The message told me some functions used in my program were undefined, such as "inet_addr" "gethostbyname". I checked out all the header files which are involved in my program. Nothing is missing. May I have some idea of you? Any recommendation is appreciated.