On Sun, Dec 16, 2001 at 08:48:01PM +0100, jurrien koopmans wrote:
> after compiling goes nice there is an error in the library.
> 
> [root@cc16672-b gcc-2.95.3]# ld /usr/lib/libaviplay.so
> ld: warning: cannot find entry symbol _start; not setting start address
> /usr/lib/libaviplay.so: undefined reference to `cerr'
> /usr/lib/libaviplay.so: undefined reference to 
> `ostream::operator<<(unsigned long)'

I would have say your  home-builded  C++ linker is probably not working
properly and you are most probably not linking libstdc++  by default
together with program.

If you are able to compile all those things you are probably able
to do some minor modification to Makefile - so you may try to
add -lstdc++ to the library set. But even if this helps you it's not
a bug in avifile but in your building setup.


-- 
  .''`.  Which fundamental human right do you want to give up today?
 : :' :      Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'  Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
   `-         Resistance is futile. You all will be packaged

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to