some help on OpenBSD
Nelson H. F. Beebe
beebe at math.utah.edu
Thu Jan 8 16:23:20 CET 2004
I took the gnupg-1.2.4 distribution, applied David Shaw's replacement
mpi/config.links file from his message earlier today on this list, and
ran the build on OpenBSD 3.2 with gcc 3.3.2:
% env CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib ./configure &&
time make all && time make check
...
gcc -g -O2 -Wall -Wl,-rpath,/usr/local/lib -o mpicalc mpicalc.o ../cipher/lib
cipher.a ../mpi/libmpi.a ../util/libutil.a ../intl/libintl.a
mpi-inline.h:119: Undefined symbol `_mpihelp_sub_n' referenced from text segment
mpi-add.c:143: Undefined symbol `_mpihelp_sub_n' referenced from text segment
mpi-add.c:136: Undefined symbol `_mpihelp_sub_n' referenced from text segment
... many others, all previously reported ..
I did a second build with native cc (gcc 2.95.3):
% env CC=cc CXX=c++ ./configure && make time all && time make check
...
===================
All 25 tests passed
===================
-------------------------------------------------------------------------------
- Nelson H. F. Beebe Tel: +1 801 581 5254 -
- University of Utah FAX: +1 801 581 4148 -
- Department of Mathematics, 110 LCB Internet e-mail: beebe at math.utah.edu -
- 155 S 1400 E RM 233 beebe at acm.org beebe at computer.org -
- Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe -
-------------------------------------------------------------------------------
More information about the Gnupg-devel
mailing list