Solaris10下python3.5安装问题

Solaris10下安装python3.5,第一步./configure通过,第二步make,显示“make: Fatal error: No arguments to build”

请大神帮忙看一下是怎么回事

http://blog.csdn.net/pan_tian/article/details/7684409

configure命令后,看生成的makefile是否有问题。

感谢,原来是gcc路径的问题,但是我在make的时候出现
ld: fatal: symbol referencing errors. No output written to Programs/_freeze_importlib
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `Programs/_freeze_importlib'
请帮忙看看___,谢谢!