This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/46619] gcc thinks line of code can be removed.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]