RE: linking problems using gcc

2004-11-25 Thread Igor Pechtchanski
xtern int random(); > extern unsigned long time(); > #endif > > > Best > > /N > > > -Original Message- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: den 25 november 2004 17:25 > To: Niklas Odenteg > Cc: [EMAIL PROTECTED] > Subject: Re

RE: linking problems using gcc

2004-11-25 Thread Niklas Odenteg
ailto:[EMAIL PROTECTED] Sent: den 25 november 2004 17:25 To: Niklas Odenteg Cc: [EMAIL PROTECTED] Subject: Re: linking problems using gcc On Thu, 25 Nov 2004, Niklas Odenteg wrote: > Hi! > > This may be a newbee Q, but I'll try anyway ;-) > > I trying to link a small C/C++

Re: linking problems using gcc

2004-11-25 Thread Fred Kulack
On 11/25/2004 at 10:25:28 AM, cygwin-owner wrote: > I trying to link a small C/C++ program and I got linking error on time(), > rand() and srand(). These should be part of libc right? So way are they > missing? Has cygwin some special libc implementation or something??? --- end of excerpt --- Thi

Re: linking problems using gcc

2004-11-25 Thread Igor Pechtchanski
On Thu, 25 Nov 2004, Niklas Odenteg wrote: > Hi! > > This may be a newbee Q, but I'll try anyway ;-) > > I trying to link a small C/C++ program and I got linking error on time(), > rand() and srand(). These should be part of libc right? So way are they > missing? Has cygwin some special libc imple