home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!sioux.eel.ufl.edu!rcf
- From: rcf@sioux.eel.ufl.edu (Robert Fellenz)
- Subject: g++ not finding library libg++.a
- Message-ID: <9212170900.AA15699@sioux.eel.ufl.edu>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Wed, 16 Dec 1992 23:00:45 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 30
-
- Architecture: HP9000/425
- Operating Sys: HP-UX 8.0
- GNU CC vers.: gcc-2.3.2
-
-
- I currently have gcc and g++ compiled from gcc-2.3.2. The gcc compiler
- works fine but g++ is haveing some linking problems. The following is an
- example of what occurse:
-
- ---------------------------------------------------------------------------
-
- bash$ g++ intr.cc
-
- ld: cannot find library for -lg++
- ld: (Warning) did not generate an output file
- collect: /bin/ld returned 1 exit status
-
- ---------------------------------------------------------------------------
-
- I would appreciate any help you can give me.
-
- Thanks in advance...
-
-
- ---------------------------------------------------------------------------
-
- Robert Fellenz
- University of Florida
- System Administrator
-
-