We are trying to make R on AIX and hit the error below.  We have searched for a 
fix but have not come up with anything yet on where these functions or macos 
should be define and how.

Can you help?


        gcc -std=gnu99  -I../../src/extra/bzip2 -I../../src/extra/pcre  
-I../../src/extra  -I../../src/extra/xz/api -I. -I../../src/include 
-I../../src/include   -I/usr/local/include -I../../src/nmath -DHAVE_CONFIG_H  
-mno-fp-in-toc    -g -O2  -c complex.c -o complex.o
complex.c: In function 'mycpow':
complex.c:169: error: '__I' undeclared (first use in this function)
complex.c:169: error: (Each undeclared identifier is reported only once
complex.c:169: error: for each function it appears in.)
complex.c: In function 'z_asin':
complex.c:565: error: '__I' undeclared (first use in this function)
complex.c: In function 'z_atan':
complex.c:582: error: '__I' undeclared (first use in this function)
complex.c: In function 'z_acosh':
complex.c:589: error: '__I' undeclared (first use in this function)
complex.c: In function 'z_asinh':
complex.c:594: error: '__I' undeclared (first use in this function)
complex.c: In function 'z_atanh':
complex.c:599: error: '__I' undeclared (first use in this function)
make: 1254-004 The error code from the last command is 1.

Thanks
Phil

Phillip Schermerhorn
Programmer/Analyst
Communication Technology Management -- City of Austin
Office: (512) 974-1433

The latest survey shows that three out of four people make up 75% of the 
population.




        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to