cvs.gedasymbols.org/archives/browse.cgi | search |
Newsgroups: | comp.os.msdos.djgpp |
From: | Martijn de Munnik <munnik AT fys DOT ruu DOT nl> |
Subject: | newbie using djgpp |
Sender: | usenet AT fys DOT ruu DOT nl (News system Tijgertje) |
Message-ID: | <Pine.OSF.3.95.980506140004.10721A-100000@ruunat.fys.ruu.nl> |
Date: | Wed, 6 May 1998 12:06:56 GMT |
Mime-Version: | 1.0 |
Organization: | Physics and Astronomy, University of Utrecht, The Netherlands |
Lines: | 20 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Hi, I've made a program which has to store a lot of data into mem, I always used bcc but a friend of my told me it's easier to use djgpp for allocating a lot of mem. The prorgam I created worked fine under UNIX but now i tried to compile it under dos the linker tells me 'C:\DJGPP\BIN/ld.exe: cannot open - lstdcxx: No such file or directory (ENOENT)'. I did the following to compile and link my list.cpp file: set djgpp=c:\djgpp\djgpp.env path=%path%;c:\djgpp\bin gpp -c list.cpp gpp -o list.exe list.o I also checked and both list.cpp and list.o where in the directory... Any suggestions would be apreciated, Martijn de Munnik
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |