X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: cmad_x AT yahoo DOT com (Chris Mantoulidis) Newsgroups: comp.os.msdos.djgpp Subject: DJGPP doesn't support Dynamic Linking :( Date: 5 Nov 2003 10:37:00 -0800 Organization: http://groups.google.com Lines: 8 Message-ID: NNTP-Posting-Host: 62.103.254.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1068057420 2061 127.0.0.1 (5 Nov 2003 18:37:00 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 5 Nov 2003 18:37:00 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I read the DJGPP does not support Dynamic Linking... Altough I read DJGPP is for does DOS Extenstion (or something)... Shouldn't it have Dynamic Linking? I see DJGPP compiled executable files being huge compared to Borland C++ compiled ones (for example)... Yeah, why is that exactly? Does anyone know? I compiled (and linked) a hello world program... Borland C++ 3.1 produced a 20KB exe file... DJGPP 2.03 produced a 230KB exe file... Why!?!?