home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!elroy.jpl.nasa.gov!nntp-server.caltech.edu!brooke
- From: brooke@cco.caltech.edu (Brooke Paul Anderson)
- Subject: Re: Trouble linking libgpp.a under emx
- Message-ID: <1992Jul21.110445.4163@cco.caltech.edu>
- Keywords: emx, c++
- Sender: news@cco.caltech.edu
- Nntp-Posting-Host: kanga
- Organization: California Institute of Technology, Pasadena
- References: <1992Jul20.203528.25095@vlsi.louisville.edu>
- Date: Tue, 21 Jul 1992 11:04:45 GMT
- Lines: 11
-
- In my config.sys, I have the line
-
- set CPLUS_INCLUDE_PATH=C:/EMX/INCLUDE.CPP;C:/EMX/INCLUDE
-
- Other than that, I replaced emx.dll with the new version included
- in the C++ package, went into emx/lib/misc and typed "make" (which
- updates one of the libraries). Then, I could type "gcc -o hello
- hello.cc -lgpp", and everything worked fine. I didn't need to link
- libert.a. Oh, you should check out the make.cmd file to make sure
- the directories in it are specified correctly for your system (they
- probably will be).
-