Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.os.os2.programmer.porting > #156

Re: error

From Dave Yeo <dave.r.yeo@gmail.com>
Newsgroups comp.os.os2.programmer.porting
Subject Re: error
Date 2011-10-12 23:15 -0700
Organization Aioe.org NNTP Server
Message-ID <j75vmt$dsu$1@speranza.aioe.org> (permalink)
References <ksXldSUlWtww-pn2-H5GdU1dPneKK@localhost>

Show all headers | View raw


TeLLie wrote:
> Hihi,
>
> A other error i never had before when building Whois.
>
> gcc -Zexe -Dstrncasecmp=strnicmp -o mkpasswd mkpasswd.o utils.o
> -lcrypt

You don't need the -Dstrncasecmp=strnicmp with klibc, only EMX on OS/2 
is missing strncasecmp()

> whois.c:1234 (whois.o): Undefined symbol _libintl_gettext referenced
> from text segment
> whois.c:1234 (whois.o): Undefined symbol _libintl_fprintf referenced
> from text segment
[...]
> make: *** [mkpasswd] Error 1
>
> This is with 4.5.2 and also with 4.4.4
> So it seems i change something on my env but can't remember i did.
> Only add newer libc, and try with newer libc removed give same results
> ??

Your gettext install is broken or you're using the one supplied with 
whois if one is supplied and there is conflict between them.
You could check if configure excepts disabling gettext or reinstall a 
klibc version of gettext.
Dave

Back to comp.os.os2.programmer.porting | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

error "TeLLie" <elbert.pol@gmail.com> - 2011-10-13 07:31 +0200
  Re: error Dave Yeo <dave.r.yeo@gmail.com> - 2011-10-12 23:15 -0700
    Re: error "TeLLie" <elbert.pol@gmail.com> - 2011-10-13 20:48 +0200
      Re: error Dave Yeo <dave.r.yeo@gmail.com> - 2011-10-13 16:05 -0700
        Re: error "TeLLie" <elbert.pol@gmail.com> - 2011-10-14 15:06 +0200

csiph-web