Mail Archives: cygwin/1999/11/02/01:46:26
------=_NextPart_000_03D1_01BF24D3.B9F984A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I am getting exactly the same error as
> Hello all,
>=20
> I am trying to build a gdb for the m68k target with DBM support. I =
have=20
> followed the instructions given in the www.zeecube.com/bdm.html page, =
but=20
> the make procedure hangs at link with 3 errors :
>=20
> ../readline/libreadline.a(kill.o): In function =
'rl_paste_from_Clipboard':
> /cygnus/cygwin-b20/gdb-4.18/readline/kill.c:611: undefined reference =
to=20
> 'OpenClipboard AT 4'
> /cygnus/cygwin-b20/gdb-4.18/readline/kill.c:614: undefined reference =
to=20
> 'GetClipboard AT 4'
> /cygnus/cygwin-b20/gdb-4.18/readline/kill.c:630: undefined reference =
to=20
> 'ClosseClipboard AT 0'
Add -ladvapi32 to the list of libraries when linking gdb. See the
gdb/configure.in, search for ladvapi32 and see how it's done for a=20
Cygwin host. For now, just edit gdb/Makefile, add -ladvapi32 to
the WIN32LIBS variable and rerun make.
Regards,
Mumit
I tried adding the -ladvapi32 to the list of libraries, and still get =
the error ????
Regards,
Dave
------=_NextPart_000_03D1_01BF24D3.B9F984A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>I am getting exactly the same error as</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>> Hello all,<BR>> <BR>> I am trying to =
build a gdb=20
for the m68k target with DBM support. I have <BR>> followed the =
instructions=20
given in the www.zeecube.com/bdm.html page, but <BR>> the make =
procedure=20
hangs at link with 3 errors :<BR>> <BR>>=20
../readline/libreadline.a(kill.o): In function=20
'rl_paste_from_Clipboard':<BR>>=20
/cygnus/cygwin-b20/gdb-4.18/readline/kill.c:611: undefined reference to =
<BR>>=20
'OpenClipboard AT 4'<BR>> =
/cygnus/cygwin-b20/gdb-4.18/readline/kill.c:614:=20
undefined reference to <BR>> 'GetClipboard AT 4'<BR>>=20
/cygnus/cygwin-b20/gdb-4.18/readline/kill.c:630: undefined reference to =
<BR>>=20
'ClosseClipboard AT 0'<BR><BR>Add -ladvapi32 to the list of libraries when =
linking=20
gdb. See the<BR>gdb/configure.in, search for ladvapi32 and see how it's =
done for=20
a <BR>Cygwin host. For now, just edit gdb/Makefile, add -ladvapi32 =
to<BR>the=20
WIN32LIBS variable and rerun make.<BR><BR>Regards,<BR>Mumit</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>I tried adding the -ladvapi32 to the list of =
libraries, and=20
still get the error ????</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>Regards,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>Dave</FONT></DIV></BODY></HTML>
------=_NextPart_000_03D1_01BF24D3.B9F984A0--
- Raw text -