X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: nospam AT none DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP doesn't support Dynamic Linking :( Date: Wed, 5 Nov 2003 18:49:12 +0000 (UTC) Organization: University of California, Berkeley Lines: 18 Sender: Raymond Chi Message-ID: References: NNTP-Posting-Host: soda.csua.berkeley.edu X-Trace: agate.berkeley.edu 1068058152 87672 128.32.112.233 (5 Nov 2003 18:49:12 GMT) X-Complaints-To: usenet AT agate DOT berkeley DOT edu NNTP-Posting-Date: Wed, 5 Nov 2003 18:49:12 +0000 (UTC) User-Agent: tin/1.5.12-20020427 ("Sugar") (UNIX) (FreeBSD/4.7-STABLE (i386)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Chris Mantoulidis wrote: > 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!?!? I've noticed a c++ hello world program is around 200-300k, where as my c hello world program is 51k. it's probably linking in the large c++ library. Is Borland c++ 3.1 compliant with the latest c++ standard? Raymond