This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: [ANN] GMP 2.0.2 binaries for cygwin/mingw



Serguei DACHIAN <Serguei.Dachian@univ-lemans.fr> writes:
>         Dear Mumit
> 
> I've tried to install mingw32 version under my CygWin + egcs1.1.2 + mingw-lib
> s,
> and to compile with -mno-cygwin switch.  While compiling a sample program
> "factorize.c" (comes from gmp-2.0.2 source distribution, from demos
> directory) I got the following errors:
> >
> > C:\WINDOWS\TEMP/cclVNmrv.o(.text+0x629):factorize.c: undefined
> > reference to `random'
> > C:\WINDOWS\TEMP/cclVNmrv.o(.text+0x636):factorize.c: undefined
> > reference to `random'
> > /usr/local/libmingw32/libgmp.a(random.o)(.text+0x39):random.c: undefined
> > reference to `random'
> > /usr/local/libmingw32/libgmp.a(random.o)(.text+0x40):random.c: undefined
> > referen ce to `random'
> > collect2: ld returned 1 exit status
> >
> What is going wrong here???  Normally I have no problems for compiling with
> -mno-cygwin.
> 
> Am I doing something wrong ???

"random" is non-ANSI and non-POSIX (it's BSD), and is not part of MS
CRTDLL. It is however provided in libiberty.a, and all you need to do 
is to add -liberty.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com