problem making package with python2.0

Alexandre Gillet gillet at hermes.scripps.edu
Wed Oct 25 19:27:51 EDT 2000


Dear All,

I am trying to install package on sgiIRIX646 with python
2.0
When I do:
	make -f Makefile.pre.in 
The makefile that result do not have the line CCC=CC, which I get doing
the same command with python 1.5.
To make the package, I had to edit the Makefile and add CCC=CC.
How can we fix this problem?

For version 1.5 the Makefile is:
# === Variables from configure (through sedscript) ===

VERSION=        1.5
CC=             cc
LINKCC=         $(PURIFY) $(CC)
SGI_ABI=        
OPT=            -O -OPT:Olimit=0
LDFLAGS=        
LDLAST=                         
DEFS=           -DHAVE_CONFIG_H
LIBS=           -ldl  -lpthread -lmpc
LIBM=           -lm
LIBC=           
RANLIB=         :
MACHDEP=        irix646
SO=             .so
LDSHARED=       ld  -shared -all
CCSHARED=       
LINKFORSHARED=  
CCC=CC 	

For version 2.0 the Makefile is:
	# === Variables from configure (through sedscript) ===

VERSION=	2.0
CC=		cc
LINKCC=		CC
SGI_ABI=	
OPT=		-O -OPT:Olimit=0
LDFLAGS=	
LDLAST=				
DEFS=		-DHAVE_CONFIG_H
LIBS=		-lpthread -ldl  -lmpc
LIBM=		-lm
LIBC=		
RANLIB=		ranlib
MACHDEP=	irix646
SO=		.so
LDSHARED=	ld  -shared -all
CCSHARED=	
LINKFORSHARED=	



-- 
**********************************
Alexandre Gillet
The Scripps Research Institute,       tel: (858) 784-9702
Dept. Molecular Biology,  MB-5,       fax: (858) 784-2860
10550  North Torrey Pines Road,       email: gillet at scripps.edu
La Jolla,  CA 92037-1000,  USA.




More information about the Python-list mailing list