LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   gcc compilation failing on UnixWare for LOCALE_ALIAS_PATH (https://www.linuxquestions.org/questions/programming-9/gcc-compilation-failing-on-unixware-for-locale_alias_path-268759/)

subu_s 12-21-2004 07:15 AM

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?


All times are GMT -5. The time now is 06:05 PM.