delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-Injected-Via-Gmane: | http://gmane.org/ |
To: | cygwin AT cygwin DOT com |
From: | gilles civario <gilles DOT civario AT cea DOT fr> |
Subject: | Re: Request Help for link problem |
Date: | Mon, 23 Jun 2003 10:14:17 +0200 |
Lines: | 33 |
Message-ID: | <bd6ct1$pqm$1@main.gmane.org> |
References: | <bd68vp$p9m$1 AT main DOT gmane DOT org> |
Mime-Version: | 1.0 |
X-Complaints-To: | usenet AT main DOT gmane DOT org |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030612 |
X-Accept-Language: | fr,en |
In-Reply-To: | <bd68vp$p9m$1@main.gmane.org> |
Jiang zhou wrote: > I have build a lib. It create h file and lib file in usr/local/include and > usr/local/lib dictionary. > But when I create application using this lib, the link problem occur. > The lib is Jrtplib come from > http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html. I can build this lib. > But when I compile the example it has problem as below: > > > $ gcc -Ljrtp 1.cpp May be -ljrtp would be better. (if the library's name is libjrtp.a) And for a C++ source file, you should use g++ instead of gcc. Gilles. > /cygdrive/c/DOCUME~1/zjiang/LOCALS~1/Temp/ccX94cqR.o(.text+0x35):1.cpp: > undefine > d reference to `RTPSession::RTPSession[in-charge]()' > /cygdrive/c/DOCUME~1/zjiang/LOCALS~1/Temp/ccX94cqR.o(.text+0x43):1.cpp: > undefine > d reference to `RTPSession::~RTPSession [in-charge]()' > /cygdrive/c/DOCUME~1/zjiang/LOCALS~1/Temp/ccX94cqR.o(.eh_frame+0x11):1.cpp: > unde > fined reference to `___gxx_personality_v0' > collect2: ld returned 1 exit status > zjiang AT pbzjiangcnsh1 /cygdrive/d/document/voip/jrtplib-2.7/examples > > In the command line I have use -Ljrtp indicator the lib. > > Can someone tell why I can't use the lib? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |