Subject: Re: build failure of xsrc on -current hpcmips
To: Tim Rightnour <root@garbled.net>
From: Takao Shinohara <shin@sm.sony.co.jp>
List: port-hpcmips
Date: 06/11/2000 15:13:39
Tim Rightnour <root@garbled.net> writes:
> I have just built and installed a 4 day old -current system on my hpcmips with
> no hitches..  attempting make in xsrc completed with no errors.  make install
> yielded:
> 
> installing in programs/appres...
> rm -f appres
> gcc -o appres -O2 -ansi -Dasm=__asm     -L../../exports/lib appres.o -lXt -lSM
> -lICE -lXext -lX11 -L/usr/X11R6/lib     -Wl,-rpath,/usr/X11R6/lib
> -Wl,-rpath-link,../../exports/lib -Wl,-rpath,/lib
> ../../exports/lib/libXext.so: undefined reference to `'
> ../../exports/lib/libSM.so: undefined reference to `ns'
> ../../exports/lib/libICE.so: undefined reference to `nection'
> ../../exports/lib/libICE.so: undefined reference to `BAL_OFFSET_TABLE_'
> collect2: ld returned 1 exit status
> *** Error code 1

It seems that setting environmnent variable MALLOC_OPTIONS to 'H' can
workaround this problem.

Try rebuilding all .so files with MALLOC_OPTIONS=H.

--- Takao Shinohara