Yu Lex kirjoitti viestissään (lähetysaika torstai, 1. lokakuuta 
2009):
> Run a personal program "Track", and get error messages like
> "symbol errno, version GLIBC_2.0 not defined in file libc.so.6
> with link time reference". Does anybody know to deal with this
> issue in Fedora 11? 

Fix your source code and recompile. Find the source files that 
use errno, add "#include <errno.h>" to those files and remove 
any manual declarations of errno.

-- 
 Markku Kolkka
 markku.kol...@iki.fi

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to