rindex missing

Bernhard Fischer rep.nop at aon.at
Sun Aug 20 09:47:29 UTC 2006


On Sat, Aug 19, 2006 at 08:41:10PM -0700, paul wang wrote:
>I'm using lastest snapshot for i386.
>
>/build/man-1.6d/src# gcc  -o makemsg makemsg.c 
>
>makemsg.c:(.text+0x14b): undefined reference to `rindex'
>makemsg.c:(.text+0x18c): undefined reference to `rindex'
>makemsg.c:(.text+0x47c): undefined reference to `index'
>collect2: ld returned 1 exit status

These are SuSV3 legacy functions. I'd recommend you fix your code to use
the modern versions of them.
>
>Is this mailing list alive?

Sure.

>No one seems to bother about replying?

hm?
This question is very obvious and can be answered trivially by google.
Just search for  index rindex uClibc  to answer that question. No need
for human interaction, really.

HTH nevertheless,
Bernhard



More information about the uClibc mailing list