This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


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

Re: Error during installing GDB using Cygwin32.


From: "Okehee Goh" <ogoh@cise.ufl.edu>
Subject: Error during installing GDB using Cygwin32.
Date: Mon, 10 Jan 2000 00:32:22 -0400

> Hi,
> I'm now trying to install gdb-4.18 on the win98 using cygwin32.
> But it gave out the following error message and faild to make gdb.exe.
> 
> "gdb-4.18/readline/kill.c:611: undefined reference to 'OpenClipboard'
> gdb-4.18/readline/kill.c:611: undefined reference to 'GetClipboardData'
> gdb-4.18/readline/kill.c:611: undefined reference to 'CloseClipboard'"
> 
> When I examined the related part of above error at kill.c,
>  these function was to support Cygwin32.


Try the following or comment out these functions in kill.c.

make WIN32LIBS=/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/lib/libuser32.a

--------
Fukuda, Masahiro 

Fingerprint20 = 23A4 6660 12FA ECFB 2518  27F2 48F1 B441 8138 F5A0

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