char buffer resize appears broken on linux 1.162

William S. Lear William_member at pathlink.com
Fri Jul 7 05:58:13 PDT 2006


In article <e8kopo$1f9d$1 at digitaldaemon.com>, Walter Bright says...
>
>William S. Lear wrote:
>> gcc t.o -o t -m32 -lphobos -lpthread -lm
>> t.o(.gnu.linkonce.t_Dmain+0x1f): In function `_Dmain':
>> : undefined reference to `_d_arraysetlength2'
>
>
>_d_arraysetlength2 should be defined in the new libphobos.a. Make sure 
>the new one is installed over the old one.

Ah, I had forgotten about libphobos.a in /usr/lib.  Indeed, this was the cause.

Thank you.

Bill



More information about the Digitalmars-d-bugs mailing list