Building python on solaris

Ramilio spaks at hotmail.com
Wed Jan 23 17:35:43 EST 2002


Just wondering if anyone else has had this problem whilst installing
python on Solaris or knows a possible solution...

Then i run the make install, everything goes relatively smoothly
until:

gcc -g -O2 -Wall -Wstrict-prototypes -fPIC -I.
-I/home/ramilio/work/pythonpackage/Python-2.1.2/./Include
-I/usr/local/include -IInclude/ -c
/home/ramilio/work/pythonpackage/Python-2.1.2/Modules/readline.c -o
build/temp.solaris-2.8-sun4u-2.1/readline.o
gcc -shared build/temp.solaris-2.8-sun4u-2.1/readline.o
-L/usr/lib/termcap -L/usr/local/lib -lreadline -ltermcap -o
build/lib.solaris-2.8-sun4u-2.1/readline.so
Text relocation remains                 	referenced
    against symbol		    offset	in file
<unknown>                           0x6fc    
	/usr/local/lib/libreadline.a(bind.o)
<unknown>                           0x700    
	/usr/local/lib/libreadline.a(bind.o)
<unknown>                           0x704    
	/usr/local/lib/libreadline.a(bind.o)
<unknown>                           0x708    
	/usr/local/lib/libreadline.a(bind.o)

Thats when things go a little pear shaped...and i get hundreds of
these messages

any insight would be greatly appreciated, cheers

Ramilio



More information about the Python-list mailing list