From: "Alessandro Monopoli" Newsgroups: comp.os.msdos.djgpp References: <38EF01C1 DOT EB48D106 AT is DOT elta DOT co DOT il> Subject: R: Linking speed Lines: 77 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Sun, 09 Apr 2000 11:08:17 GMT NNTP-Posting-Host: 151.29.250.32 X-Complaints-To: abuse AT iol DOT it X-Trace: news.infostrada.it 955278497 151.29.250.32 (Sun, 09 Apr 2000 13:08:17 MET DST) NNTP-Posting-Date: Sun, 09 Apr 2000 13:08:17 MET DST Organization: [Infostrada] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote in message 38EF01C1 DOT EB48D106 AT is DOT elta DOT co DOT il... > Alessandro Monopoli wrote: > > If the FAQ doesn't help, post the compilation/link speed (how much time does > it take), and the usual details about your system setup (hardware, software, > AUTOEXEC.BAT, CONFIG.SYS, etc.) Compilation time: - little 'hello world' program : less than 1 second - a 500 rows program: about 2 seconds The linking time is: - little 'hello world' program: 20 sec. When I have not the problem (Some time happens, sometimes not, but it can't be random, there is surely something...) the linking time is about 1 sec. - a 500 rows program (using three libraries): about 21 seconds, In the right conditions, it takes about 2 seconds. In both cases, it waits about 20 seconds on 'collect2' Here is my computer: DJGPP: djdev2.03, gcc 2.952, mak 3781, rhide 147, gpp 2952, lgpp 295, bnu 2951, mlp 107, fil 316, txi 40, Allegro WIP 3.932 Csdpmi 4, pat 25b (from my /manifest directory). PII 450 Mhz, 128 Mb ram, 9.42 Gb HD, 1.44 Floppy driver, ATI All-in-wonder-pro, Voodoo2, Cdrom driver. S.O. : Windows 98 and Linux RedHat 6.1 Autoexec.bat (sorry for Italian names...) C:\PROGRA~1\TRENDP~1\PCSCAN.EXE C:\ C:\WINDOWS\COMMAND\ /NS /WIN95 rem lh C:\MOUSE\GMOUSE.COM REM - BY WINDOWS SETUP - LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD004 /E /M:12 REM LH C:\MOUSE\GMOUSE.COM REM LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD000 /M:8 SET BLASTER=A220 I5 D1 T2 REM - By Windows Setup - SET SNDSCAPE=C:\WINDOWS SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\COMP\COMP\ARJ;C:\VECCHIO\DJCPP\BIN SET DJGPP=C:\VECCHIO\DJCPP\DJGPP.ENV rem LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD004 /E /M:12 c:\devstu~1\vc\bin\vcvars32.bat mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi) mode con codepage select=850 keyb it,,C:\WINDOWS\COMMAND\keyboard.sys SET SNDSCAPE=C:\WINDOWS And My Config.sys: DEVICE=C:\WINDOWS\HIMEM.SYS DOS=HIGH,UMB DEVICE=C:\WINDOWS\EMM386.EXE ram devicehigh=c:\windows\command\ansi.sys rem DEVICEhigh=\DEV\HIT-DVD.SYS /D:MSCD000 DEVICEhigh=\DEV\HIT-DVD.SYS /D:MSCD004 device=C:\WINDOWS\COMMAND\display.sys con=(ega,,1) Country=039,850,C:\WINDOWS\COMMAND\country.sys Thanks in advance! Alessandro Monopoli