[Ilugc] Re: ilugc Digest, Vol 8, Issue 63

  • From: sankar62933@xxxxxxxxxxx (Sankar.M)
  • Date: Mon Jan 24 10:07:26 2005

hai ,

    When I tried to generate  random number for a
loadable kernel module I got the following errors

Unresolved  symbol time 
Unresolved  symbol rand 
Unresolved  symbol srand

program is like...
     
          srand((unsigned)time(NULL));
          printf("%6d",rand());
Could anybody give solutions about how to resolve
symbols for Fedora 3

                                          Sankar.M


                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com ;

Other related posts:

  • » [Ilugc] Re: ilugc Digest, Vol 8, Issue 63 - Sankar.M