Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2003 08:01:24 -0300 (BRT)
From:      "Carlos F. A. Paniago" <pan@panix.ecof.org.br>
To:        openoffice@freebsd.org
Subject:   Openoffice-devel...
Message-ID:  <200307241101.h6OB1OZi036789@panix.ecof.org.br>

next in thread | raw e-mail | index | archive | help
People:
	I'm trying to compile th openoffice-devel in a FreeBSD 4.8 and received
this error:
--
Creating directory ../python-inst/man
Creating directory ../python-inst/man/man1
/usr/bin/install -c -m 644 ./Misc/python.man  ../python-inst/man/man1/python.1
mv ./unxfbsd.pro/misc/build/Python-2.2.2//so_built_so_python ./unxfbsd.pro/misc/build/so_built_so_python
touch ./unxfbsd.pro/misc/build/so_installed_so_python
touch ./unxfbsd.pro/misc/build/so_predeliver_so_python
ld -shared -o ./unxfbsd.pro/lib/libpython.so.2.2.2 --whole-archive ./unxfbsd.pro/misc/build/Python-2.2.2/libpython2.2.a --no-whole-archive -soname libpython.so.2  -lm -lutil -pthread
/usr/libexec/elf/ld: unrecognized option '-pthread'
/usr/libexec/elf/ld: use the --help option for usage information
dmake:  Error code 1, while making './unxfbsd.pro/lib/libpython.so.2.2.2'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice-devel/work/oo_645_src/python
dmake:  Error code 1, while making 'build_all'
---* TG_SLO.MK *---
*** Error code 255

Stop in /usr/ports/editors/openoffice-devel.
--
The ld doesnt like the -pthread flag. If I change this to $(CC) (the system
is using the gcc32 as the compiler). This will pass, but I will have trouble
with -lpython (An undefined variable). Does someone know the soution for this?

Paniago
-- 
Nome:  Carlos Fernando Assis Paniago
Email: pan@panix.ecof.org.br		e	pan@cnpm.embrapa.br
Web:   http://www.panix.ecof.org.br/	e	http://www.cnpm.embrapa.br/ 
--


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307241101.h6OB1OZi036789>