maybe I am getting all bogged down
While building ksymoops ,
finally I get
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libbfd.a(syms.o)(.text+0x1109): undefined reference to `_dcgettext'
also
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libbfd.a(elf-strtab.o)(.text+0x720): undefined reference to `_htab_create_alloc'
Now.... _dcgettext is in this dll. I tried -lintl...
I get -lintl not found.
And may be it sounds very basic to you but even if I do link the dll, will it solve the problem in libbfd.a
I even found the code for dcgettext.... but had my code be wanting dcgetext I would ahve replaced it.
Elfyn knows, I did it before rather that waiting ;-)
But it is being used in libbfd.
Vikram
From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Vikram Mehta <[EMAIL PROTECTED]> CC: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: Re: how do I link cygintl-1.dll Date: Mon, 30 Jun 2003 16:47:24 +0100
On Mon, 30 Jun 2003, Vikram Mehta wrote:
> cygintl-1.dll has dcgettext > > How do I link it. > > Humor would be very nice if it comes with some help
You may not have been formaly introduced to my humour, so I'll just try n help.
:-)
You just need need to pass `-lintl' on the link line.
Elfyn --
_________________________________________________________________
Looking for love? Yearning for friendship? http://www.msn.co.in/Romance/ You're in the right place.
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/