http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46619
--- Comment #5 from Eskil Steenberg <eskil at obsession dot se> 2010-11-23 18:13:23 UTC --- Hi > /tmp/ccaJLFo2.o: In function `v_bignum_set_random': > v_bignum.c:(.text+0x25c): undefined reference to `v_randgen_new' > v_bignum.c:(.text+0x276): undefined reference to `v_randgen_get' > v_bignum.c:(.text+0x232): undefined reference to `v_randgen_get' > v_bignum.c:(.text+0x290): undefined reference to `v_randgen_destroy' > collect2: ld returned 1 exit status You will find them in v_randgen.c Here you find (among other things) the entire verse lib: http://www.quelsolaar.com/files/verse_apps.zip Cheers E