ccrtp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ccrtp-devel] undefined reference


From: Federico Montesino Pouzols
Subject: Re: [Ccrtp-devel] undefined reference
Date: Fri, 28 Nov 2003 19:38:45 +0100
User-agent: Mutt/1.5.4i

        Hi,

        To compile the demos, just use make inside the demo
directory. You can compile them all with just make, or use 'make
rtphello'. ccRTP depends on Common C++, so to compile ccRTP based
applications you should use 'ccgnu2-config' in order to specify CC++
compiler flags and libraries. For example:

        g++ `ccgnu2-config --flags --libs` -lccrtp1 -ofoo foo.cpp

        The mailing list web is at
        mail.gnu.org/mailman/listinfo/ccrtp-devel

On Thu, Nov 27, 2003 at 07:20:44PM +0100, Uwe Pries wrote:
> hello list,
> 
> i just compiled the libccrtp on my redhat 9.0.
> and tried to compile the demos/examples with following command:
> g++ -lccrtp1 -lpthread -o rtphello rtphello.cpp
> 
> the linker tells me:
> /usr/local/lib/libccrtp1.so: undefined reference to `vtable for
> ost::MD5Digest'
> /usr/local/lib/libccrtp1.so: undefined reference to
> `ost::MD5Digest::getDigest(unsigned char*)'
> /usr/local/lib/libccrtp1.so: undefined reference to
> `ost::MD5Digest::MD5Digest[in-charge]()'
> /usr/local/lib/libccrtp1.so: undefined reference to
> `ost::MD5Digest::putDigest(unsigned char const*, unsigned)'
> /usr/local/lib/libccrtp1.so: undefined reference to `VTT for ost::MD5Digest'
> collect2: ld returned 1 exit status
> 
> end exits...
> 
> what am I dong wrong?
> do I need another lib?
> or include another lib?
> ...
> 
> thanks for your help
> best regards
> e-voc
> 
> PS: I did not find the lists webpage, so please send your answers to
> address@hidden
> 
> 
> 
> 
> _______________________________________________
> Ccrtp-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/ccrtp-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]