|
gcc compilation failing on UnixWare for LOCALE_ALIAS_PATH
Hi,
I am trying to compile the gcc compiler in Unix ware.
I am executing the following steps:-
===========
configure --enable-languages=c,c++
make
===========
make is failing in the following step:-
===========
cc -c -g -DHAVE_CONFIG_H -I. -I. localealias.c
UX:acomp: ERROR: "localealias.c", line 164: undefined symbol: LOCALE_ALIAS_PATH
UX:acomp: WARNING: "localealias.c", line 164: improper pointer/integer combinati
on: op "="
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
===========
Any hints?
|