Taucs 2.2.4 build failure

bf bf2006a at yahoo.com
Sat Jan 20 11:40:07 UTC 2007


I am running FreeBSD 6.1-RELEASE-p11 on an HP with an
Athlon T-Bird processor.  Using the
compiler that shipped with this OS (gcc 3.4.4 FreeBSD
20050518), and the
gfortran component of the gcc 4.2.0 (20070110) port, I
tried to build taucs 2.2.4 from the ports
system with the makefile, via portmanager:

# New ports collection makefile for:    taucs
# Date created:         5 July 2003
# Whom:                 Pedro Giffuni
<giffunip at asme.org>
#
# $FreeBSD: ports/math/taucs/Makefile,v 1.11
2007/01/16 02:58:51 maho Exp $
#

PORTNAME=       taucs
PORTVERSION=    2.2
PORTREVISION=   4

The build failed, due to several errors.  I've
included the output below. In
addition to those mentioned above, I've
the following ports installed:

blas-1.0_1          
atlas-3.6.0_2,1 (built WITH_STATICLIB=1
WITH_OPTIMIZED_FLAGS=1)    
lapack-3.0_2
metis-4.0_2
libgmp-4.2.1_1       
libiconv-1.9.2_2
mpfr-2.2.1

Can anyone suggest any fixes?

Thanks for your help, 

Morris




|--- build/FreeBSD/makefile.orig	Mon May  3 20:08:53
2004

|+++ build/FreeBSD/makefile	Mon May  3 20:09:20 2004

--------------------------

Patching file build/FreeBSD/makefile using Plan A...

Hunk #1 succeeded at 42.

done

===>  Building for taucs-2.2_4

cd /usr/tmp/usr/ports/math/taucs/work/taucs ; make

mkdir obj

mkdir obj/FreeBSD/

echo exists > obj/FreeBSD/exists.log

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   progs/taucs_blas_underscore_test.c 
-oobj/FreeBSD/taucs_blas_underscore_test.o

gfortran42 -L/usr/local/lib -L./ 
-oobj/FreeBSD/taucs_blas_underscore_test 
obj/FreeBSD/taucs_blas_underscore_test.o -lalapack
-lf77blas -lcblas -latlas -lmetis  -lm -lcompat

obj/FreeBSD/taucs_blas_underscore_test
build/FreeBSD/taucs_config_tests.h





Linking with dgemm_ succedded





cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   progs/taucs_blas_nounderscore_test.c 
-oobj/FreeBSD/taucs_blas_nounderscore_test.o

gfortran42 -L/usr/local/lib -L./ 
-oobj/FreeBSD/taucs_blas_nounderscore_test 
obj/FreeBSD/taucs_blas_nounderscore_test.o -lalapack
-lf77blas -lcblas -latlas -lmetis  -lm -lcompat

obj/FreeBSD/taucs_blas_nounderscore_test.o(.text+0xb2):
In function `main':

: undefined reference to `dgemm'

collect2: ld returned 1 exit status

*** Error code 1 (ignored)

obj/FreeBSD/taucs_blas_nounderscore_test
build/FreeBSD/taucs_config_tests.h

obj/FreeBSD/taucs_blas_nounderscore_test:No such file
or directory

*** Error code 1 (ignored)

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   progs/taucs_c99_complex_test.c 
-oobj/FreeBSD/taucs_c99_complex_test.o

gfortran42 -L/usr/local/lib -L./ 
-oobj/FreeBSD/taucs_c99_complex_test 
obj/FreeBSD/taucs_c99_complex_test.o -lalapack
-lf77blas -lcblas -latlas -lmetis  -lm -lcompat

obj/FreeBSD/taucs_c99_complex_test
build/FreeBSD/taucs_config_tests.h





C99 complex numbers seem to be supported,
1+sqrt(-1)=-1.000000+1.000000i





cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   progs/taucs_cilk_test.c 
-oobj/FreeBSD/taucs_cilk_test.o || rm
obj/FreeBSD/taucs_cilk_test.o

progs/taucs_cilk_test.c:8:19: cilk.h: No such file or
directory

progs/taucs_cilk_test.c:12: error: syntax error before
"int"

progs/taucs_cilk_test.c:17: error: syntax error before
"int"

progs/taucs_cilk_test.c: In function `main':

progs/taucs_cilk_test.c:22: error: `spawn' undeclared
(first use in this function)

progs/taucs_cilk_test.c:22: error: (Each undeclared
identifier is reported only once

progs/taucs_cilk_test.c:22: error: for each function
it appears in.)

progs/taucs_cilk_test.c:22: error: syntax error before
"f"

progs/taucs_cilk_test.c:24: error: `sync' undeclared
(first use in this function)

gfortran42 -L/usr/local/lib -L./ 
-oobj/FreeBSD/taucs_cilk_test 
obj/FreeBSD/taucs_cilk_test.o -lalapack -lf77blas
-lcblas -latlas -lmetis  -lm -lcompat

gfortran42: obj/FreeBSD/taucs_cilk_test.o: No such
file or directory

*** Error code 1 (ignored)

obj/FreeBSD/taucs_cilk_test
build/FreeBSD/taucs_config_tests.h

obj/FreeBSD/taucs_cilk_test:No such file or directory

*** Error code 1 (ignored)

mkdir bin

mkdir bin/FreeBSD/

echo exists > bin/FreeBSD/exists.log

mkdir lib

mkdir lib/FreeBSD/

echo exists > lib/FreeBSD/exists.log

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_sn_llt.c 
-oobj/FreeBSD/taucs_sn_llt.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_sn_llt.c 
-oobj/FreeBSD/taucs_sn_llt_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SINGLE  src/taucs_sn_llt.c 
-oobj/FreeBSD/taucs_sn_llt_S.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DCOMPLEX  src/taucs_sn_llt.c 
-oobj/FreeBSD/taucs_sn_llt_Z.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SCOMPLEX  src/taucs_sn_llt.c 
-oobj/FreeBSD/taucs_sn_llt_C.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_linsolve.c 
-oobj/FreeBSD/taucs_linsolve.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_logging.c 
-oobj/FreeBSD/taucs_logging.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_memory.c 
-oobj/FreeBSD/taucs_memory.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_timer.c 
-oobj/FreeBSD/taucs_timer.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_ccs_base.c 
-oobj/FreeBSD/taucs_ccs_base.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_ccs_base.c 
-oobj/FreeBSD/taucs_ccs_base_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SINGLE  src/taucs_ccs_base.c 
-oobj/FreeBSD/taucs_ccs_base_S.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DCOMPLEX  src/taucs_ccs_base.c 
-oobj/FreeBSD/taucs_ccs_base_Z.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SCOMPLEX  src/taucs_ccs_base.c 
-oobj/FreeBSD/taucs_ccs_base_C.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_vec_base.c 
-oobj/FreeBSD/taucs_vec_base.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_vec_base.c 
-oobj/FreeBSD/taucs_vec_base_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SINGLE  src/taucs_vec_base.c 
-oobj/FreeBSD/taucs_vec_base_S.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DCOMPLEX  src/taucs_vec_base.c 
-oobj/FreeBSD/taucs_vec_base_Z.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SCOMPLEX  src/taucs_vec_base.c 
-oobj/FreeBSD/taucs_vec_base_C.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_ccs_ops.c 
-oobj/FreeBSD/taucs_ccs_ops.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_ccs_ops.c 
-oobj/FreeBSD/taucs_ccs_ops_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SINGLE  src/taucs_ccs_ops.c 
-oobj/FreeBSD/taucs_ccs_ops_S.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DCOMPLEX  src/taucs_ccs_ops.c 
-oobj/FreeBSD/taucs_ccs_ops_Z.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SCOMPLEX  src/taucs_ccs_ops.c 
-oobj/FreeBSD/taucs_ccs_ops_C.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_ccs_io.c 
-oobj/FreeBSD/taucs_ccs_io.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_ccs_io.c 
-oobj/FreeBSD/taucs_ccs_io_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SINGLE  src/taucs_ccs_io.c 
-oobj/FreeBSD/taucs_ccs_io_S.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DCOMPLEX  src/taucs_ccs_io.c 
-oobj/FreeBSD/taucs_ccs_io_Z.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SCOMPLEX  src/taucs_ccs_io.c 
-oobj/FreeBSD/taucs_ccs_io_C.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_ccs_order.c 
-oobj/FreeBSD/taucs_ccs_order.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_ccs_factor_llt.c 
-oobj/FreeBSD/taucs_ccs_factor_llt.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_ccs_factor_llt.c 
-oobj/FreeBSD/taucs_ccs_factor_llt_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SINGLE  src/taucs_ccs_factor_llt.c 
-oobj/FreeBSD/taucs_ccs_factor_llt_S.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DCOMPLEX  src/taucs_ccs_factor_llt.c 
-oobj/FreeBSD/taucs_ccs_factor_llt_Z.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SCOMPLEX  src/taucs_ccs_factor_llt.c 
-oobj/FreeBSD/taucs_ccs_factor_llt_C.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_ccs_solve_llt.c 
-oobj/FreeBSD/taucs_ccs_solve_llt.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_ccs_solve_llt.c 
-oobj/FreeBSD/taucs_ccs_solve_llt_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SINGLE  src/taucs_ccs_solve_llt.c 
-oobj/FreeBSD/taucs_ccs_solve_llt_S.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DCOMPLEX  src/taucs_ccs_solve_llt.c 
-oobj/FreeBSD/taucs_ccs_solve_llt_Z.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SCOMPLEX  src/taucs_ccs_solve_llt.c 
-oobj/FreeBSD/taucs_ccs_solve_llt_C.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_complex.c 
-oobj/FreeBSD/taucs_complex.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_complex.c 
-oobj/FreeBSD/taucs_complex_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SINGLE  src/taucs_complex.c 
-oobj/FreeBSD/taucs_complex_S.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DCOMPLEX  src/taucs_complex.c 
-oobj/FreeBSD/taucs_complex_Z.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SCOMPLEX  src/taucs_complex.c 
-oobj/FreeBSD/taucs_complex_C.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_ccs_ooc_llt.c 
-oobj/FreeBSD/taucs_ccs_ooc_llt.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_ccs_ooc_llt.c 
-oobj/FreeBSD/taucs_ccs_ooc_llt_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SINGLE  src/taucs_ccs_ooc_llt.c 
-oobj/FreeBSD/taucs_ccs_ooc_llt_S.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DCOMPLEX  src/taucs_ccs_ooc_llt.c 
-oobj/FreeBSD/taucs_ccs_ooc_llt_Z.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SCOMPLEX  src/taucs_ccs_ooc_llt.c 
-oobj/FreeBSD/taucs_ccs_ooc_llt_C.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_ccs_ooc_lu.c 
-oobj/FreeBSD/taucs_ccs_ooc_lu.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_ccs_ooc_lu.c 
-oobj/FreeBSD/taucs_ccs_ooc_lu_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SINGLE  src/taucs_ccs_ooc_lu.c 
-oobj/FreeBSD/taucs_ccs_ooc_lu_S.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DCOMPLEX  src/taucs_ccs_ooc_lu.c 
-oobj/FreeBSD/taucs_ccs_ooc_lu_Z.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_SCOMPLEX  src/taucs_ccs_ooc_lu.c 
-oobj/FreeBSD/taucs_ccs_ooc_lu_C.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_ooc_io.c 
-oobj/FreeBSD/taucs_ooc_io.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_iter.c 
-oobj/FreeBSD/taucs_iter_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_vaidya.c 
-oobj/FreeBSD/taucs_vaidya_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_recvaidya.c 
-oobj/FreeBSD/taucs_recvaidya_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_gremban.c 
-oobj/FreeBSD/taucs_gremban_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_ccs_xxt.c 
-oobj/FreeBSD/taucs_ccs_xxt_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_DOUBLE  src/taucs_ccs_generators.c 
-oobj/FreeBSD/taucs_ccs_generators_D.o

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   -DTAUCS_CORE_GENERAL  src/taucs_malloc.c 
-oobj/FreeBSD/taucs_malloc.o

gfortran42 -c -O -fno-second-underscore -O 
external/src/readhb.f  -oobj/FreeBSD/readhb.o

gfortran42 -c -O -fno-second-underscore -O 
external/src/amdatr.f  -oobj/FreeBSD/amdatr.o

gfortran42 -c -O -fno-second-underscore -O 
external/src/amdbar.f  -oobj/FreeBSD/amdbar.o

gfortran42 -c -O -fno-second-underscore -O 
external/src/amdexa.f  -oobj/FreeBSD/amdexa.o

gfortran42 -c -O -fno-second-underscore -O 
external/src/amdhaf.f  -oobj/FreeBSD/amdhaf.o

gfortran42 -c -O -fno-second-underscore -O 
external/src/amdhat.f  -oobj/FreeBSD/amdhat.o

gfortran42 -c -O -fno-second-underscore -O 
external/src/amdpre.f  -oobj/FreeBSD/amdpre.o

gfortran42 -c -O -fno-second-underscore -O 
external/src/amdtru.f  -oobj/FreeBSD/amdtru.o

gfortran42 -c -O -fno-second-underscore -O 
external/src/genmmd.f  -oobj/FreeBSD/genmmd.o

external/src/genmmd.f:314.72:



                         IF  ( NODE )  400, 900, 500  
                 

                                                      
                1

Warning: Obsolete: arithmetic IF statement at (1)

external/src/genmmd.f:348.72:



                 IF  ( RNODE )  1100, 1800, 1200      
                 

                                                      
                1

Warning: Obsolete: arithmetic IF statement at (1)

external/src/genmmd.f:492.72:



                     IF  ( ENODE )  400, 800, 500     
                 

                                                      
                1

Warning: Obsolete: arithmetic IF statement at (1)

external/src/genmmd.f:549.72:



                             IF  ( NODE )  1000, 2100,
1100             

                                                      
                1

Warning: Obsolete: arithmetic IF statement at (1)

external/src/genmmd.f:623.72:



                                         IF  ( NODE ) 
1700, 2000, 1800 

                                                      
                1

Warning: Obsolete: arithmetic IF statement at (1)

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   external/src/colamd.c  -oobj/FreeBSD/colamd.o

rm -rf lib/FreeBSD/libtaucs.a

ar cr lib/FreeBSD/libtaucs.a
obj/FreeBSD/taucs_sn_llt.o 
obj/FreeBSD/taucs_sn_llt_D.o 
obj/FreeBSD/taucs_sn_llt_S.o 
obj/FreeBSD/taucs_sn_llt_Z.o 
obj/FreeBSD/taucs_sn_llt_C.o 
obj/FreeBSD/taucs_linsolve.o 
obj/FreeBSD/taucs_logging.o 
obj/FreeBSD/taucs_memory.o  obj/FreeBSD/taucs_timer.o 
obj/FreeBSD/taucs_ccs_base.o 
obj/FreeBSD/taucs_ccs_base_D.o 
obj/FreeBSD/taucs_ccs_base_S.o 
obj/FreeBSD/taucs_ccs_base_Z.o 
obj/FreeBSD/taucs_ccs_base_C.o 
obj/FreeBSD/taucs_vec_base.o 
obj/FreeBSD/taucs_vec_base_D.o 
obj/FreeBSD/taucs_vec_base_S.o 
obj/FreeBSD/taucs_vec_base_Z.o 
obj/FreeBSD/taucs_vec_base_C.o 
obj/FreeBSD/taucs_ccs_ops.o 
obj/FreeBSD/taucs_ccs_ops_D.o 
obj/FreeBSD/taucs_ccs_ops_S.o 
obj/FreeBSD/taucs_ccs_ops_Z.o 
obj/FreeBSD/taucs_ccs_ops_C.o 
obj/FreeBSD/taucs_ccs_io.o 
obj/FreeBSD/taucs_ccs_io_D.o 
obj/FreeBSD/taucs_ccs_io_S.o 
obj/FreeBSD/taucs_ccs_io_Z.o 
obj/FreeBSD/taucs_ccs_io_C.o 
obj/FreeBSD/taucs_ccs_order.o 
obj/FreeBSD/taucs_ccs_factor_llt.o 
obj/FreeBSD/taucs_ccs_factor_llt_D.o 
obj/FreeBSD/taucs_ccs_factor_llt_S.o 
obj/FreeBSD/taucs_ccs_factor_llt_Z.o 
obj/FreeBSD/taucs_ccs_factor_llt_C.o 
obj/FreeBSD/taucs_ccs_solve_llt.o 
obj/FreeBSD/taucs_ccs_solve_llt_D.o 
obj/FreeBSD/taucs_ccs_solve_llt_S.o 
obj/FreeBSD/taucs_ccs_solve_llt_Z.o 
obj/FreeBSD/taucs_ccs_solve_llt_C.o 
obj/FreeBSD/taucs_complex.o 
obj/FreeBSD/taucs_complex_D.o 
obj/FreeBSD/taucs_complex_S.o 
obj/FreeBSD/taucs_complex_Z.o 
obj/FreeBSD/taucs_complex_C.o 
obj/FreeBSD/taucs_ccs_ooc_llt.o 
obj/FreeBSD/taucs_ccs_ooc_llt_D.o 
obj/FreeBSD/taucs_ccs_ooc_llt_S.o 
obj/FreeBSD/taucs_ccs_ooc_llt_Z.o 
obj/FreeBSD/taucs_ccs_ooc_llt_C.o 
obj/FreeBSD/taucs_ccs_ooc_lu.o 
obj/FreeBSD/taucs_ccs_ooc_lu_D.o 
obj/FreeBSD/taucs_ccs_ooc_lu_S.o 
obj/FreeBSD/taucs_ccs_ooc_lu_Z.o 
obj/FreeBSD/taucs_ccs_ooc_lu_C.o 
obj/FreeBSD/taucs_ooc_io.o  obj/FreeBSD/taucs_iter_D.o
 obj/FreeBSD/taucs_vaidya_D.o 
obj/FreeBSD/taucs_recvaidya_D.o 
obj/FreeBSD/taucs_gremban_D.o 
obj/FreeBSD/taucs_ccs_xxt_D.o 
obj/FreeBSD/taucs_ccs_generators_D.o 
obj/FreeBSD/taucs_malloc.o  obj/FreeBSD/readhb.o 
obj/FreeBSD/amdatr.o  obj/FreeBSD/amdbar.o 
obj/FreeBSD/amdexa.o  obj/FreeBSD/amdhaf.o 
obj/FreeBSD/amdhat.o  obj/FreeBSD/amdpre.o 
obj/FreeBSD/amdtru.o  obj/FreeBSD/genmmd.o 
obj/FreeBSD/colamd.o

ranlib lib/FreeBSD/libtaucs.a

cc -c -O2 -fno-strict-aliasing -pipe
-march=athlon-tbird -D_POSIX_C_SOURCE=199506L -O2
-fno-strict-aliasing -pipe -march=athlon-tbird    
-DMACHTYPE_ -I src/ -I build/FreeBSD/ -I external/src/
   progs/direct.c  -oobj/FreeBSD/direct.o

gfortran42 -L/usr/local/lib -L./  -obin/FreeBSD/direct
 obj/FreeBSD/direct.o  -Llib/FreeBSD/ -ltaucs 
-lalapack -lf77blas -lcblas -latlas -lmetis  -lm
-lcompat

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2c): In
function `ireadhb_':

: undefined reference to `f_open'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x44): In
function `ireadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x62): In
function `ireadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x83): In
function `ireadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xa4): In
function `ireadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xc5): In
function `ireadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xe6): In
function `ireadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x107): more
undefined references to `do_fio' follow

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1ca): In
function `ireadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1df): In
function `ireadhb_':

: undefined reference to `s_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1f2): In
function `ireadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x208): In
function `ireadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x21e): In
function `ireadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x234): In
function `ireadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x24a): In
function `ireadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x260): more
undefined references to `do_fio' follow

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2d6): In
function `ireadhb_':

: undefined reference to `e_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2e2): In
function `ireadhb_':

: undefined reference to `f_clos'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2f9): In
function `ireadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x30f): In
function `ireadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x317): In
function `ireadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x326): In
function `ireadhb_':

: undefined reference to `s_stop'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x361): In
function `dreadhb_':

: undefined reference to `f_open'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x379): In
function `dreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x397): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x3b8): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x3d9): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x3fa): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x41b): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x43c): more
undefined references to `do_fio' follow

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x502): In
function `dreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x517): In
function `dreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x538): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x559): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x57a): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x59b): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x5ab): In
function `dreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x5cd): In
function `dreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x5ee): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x60f): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x630): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x640): In
function `dreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x6d1): In
function `dreadhb_':

: undefined reference to `s_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x6e7): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x6fd): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x713): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x729): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x72e): In
function `dreadhb_':

: undefined reference to `e_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x747): In
function `dreadhb_':

: undefined reference to `s_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x75d): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x773): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x789): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x78e): In
function `dreadhb_':

: undefined reference to `e_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x79e): In
function `dreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x7b4): In
function `dreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x7cf): In
function `dreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x7e5): In
function `dreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x800): In
function `dreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x805): In
function `dreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x811): In
function `dreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x827): In
function `dreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x82f): In
function `dreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x847): In
function `dreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x888): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x8a6): In
function `dreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x8bb): In
function `dreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x8d1): In
function `dreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x8d9): In
function `dreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x8f1): In
function `dreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x931): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x94f): In
function `dreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x964): In
function `dreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x97a): In
function `dreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x982): In
function `dreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x9a3): In
function `dreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x9d7): In
function `dreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x9f1): In
function `dreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xb12): In
function `dreadhb_':

: undefined reference to `f_clos'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xb29): In
function `dreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xb3f): In
function `dreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xb47): In
function `dreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xb56): In
function `dreadhb_':

: undefined reference to `s_stop'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xb91): In
function `sreadhb_':

: undefined reference to `f_open'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xba9): In
function `sreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xbc7): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xbe8): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xc09): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xc2a): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xc4b): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xc6c): more
undefined references to `do_fio' follow

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xd32): In
function `sreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xd47): In
function `sreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xd68): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xd89): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xdaa): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xdcb): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xddb): In
function `sreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xdfd): In
function `sreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xe1e): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xe3f): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xe60): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xe70): In
function `sreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xeea): In
function `sreadhb_':

: undefined reference to `s_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xf00): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xf16): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xf2c): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xf42): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xf47): In
function `sreadhb_':

: undefined reference to `e_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xf60): In
function `sreadhb_':

: undefined reference to `s_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xf76): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xf8c): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xfa2): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xfa7): In
function `sreadhb_':

: undefined reference to `e_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xfb7): In
function `sreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xfcd): In
function `sreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xfe8): In
function `sreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0xffe): In
function `sreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1019): In
function `sreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x101e): In
function `sreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x102a): In
function `sreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1040): In
function `sreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1048): In
function `sreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1060): In
function `sreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x10a1): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x10bf): In
function `sreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x10d4): In
function `sreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x10ea): In
function `sreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x10f2): In
function `sreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x110a): In
function `sreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x114a): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1168): In
function `sreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x117d): In
function `sreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1193): In
function `sreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x119b): In
function `sreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x11bc): In
function `sreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x11f0): In
function `sreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x120a): In
function `sreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x132b): In
function `sreadhb_':

: undefined reference to `f_clos'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1341): In
function `sreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1357): In
function `sreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x135f): In
function `sreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x136e): In
function `sreadhb_':

: undefined reference to `s_stop'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x13a9): In
function `zreadhb_':

: undefined reference to `f_open'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x13c1): In
function `zreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x13df): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1400): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1421): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1442): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1463): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1484):
more undefined references to `do_fio' follow

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x154a): In
function `zreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x155f): In
function `zreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1580): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x15a1): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x15c2): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x15e3): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x15f3): In
function `zreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1615): In
function `zreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1636): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1657): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1678): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1688): In
function `zreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1773): In
function `zreadhb_':

: undefined reference to `s_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1789): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x179f): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x17b5): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x17cb): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x17d0): In
function `zreadhb_':

: undefined reference to `e_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x17e9): In
function `zreadhb_':

: undefined reference to `s_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x17ff): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1815): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x182b): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1830): In
function `zreadhb_':

: undefined reference to `e_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1840): In
function `zreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1856): In
function `zreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1871): In
function `zreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1887): In
function `zreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x18a2): In
function `zreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x18a7): In
function `zreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x18b3): In
function `zreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x18c9): In
function `zreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x18d1): In
function `zreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x18e9): In
function `zreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x192a): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1948): In
function `zreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x195d): In
function `zreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1973): In
function `zreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x197b): In
function `zreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1993): In
function `zreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x19d3): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x19f1): In
function `zreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1a06): In
function `zreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1a1c): In
function `zreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1a24): In
function `zreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1a45): In
function `zreadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1a7c): In
function `zreadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1a95): In
function `zreadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1c17): In
function `zreadhb_':

: undefined reference to `f_clos'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1c2d): In
function `zreadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1c43): In
function `zreadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1c4b): In
function `zreadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1c5a): In
function `zreadhb_':

: undefined reference to `s_stop'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1c95): In
function `creadhb_':

: undefined reference to `f_open'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1cad): In
function `creadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1ccb): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1cec): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1d0d): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1d2e): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1d4f): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1d70):
more undefined references to `do_fio' follow

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1e36): In
function `creadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1e4b): In
function `creadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1e6c): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1e8d): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1eae): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1ecf): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1edf): In
function `creadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1f01): In
function `creadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1f22): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1f43): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1f64): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x1f74): In
function `creadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x202c): In
function `creadhb_':

: undefined reference to `s_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2042): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2058): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x206e): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2084): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2089): In
function `creadhb_':

: undefined reference to `e_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x20a2): In
function `creadhb_':

: undefined reference to `s_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x20b8): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x20ce): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x20e4): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x20e9): In
function `creadhb_':

: undefined reference to `e_wsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x20f9): In
function `creadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x210f): In
function `creadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x212a): In
function `creadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2140): In
function `creadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x215b): In
function `creadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2160): In
function `creadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x216c): In
function `creadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2182): In
function `creadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x218a): In
function `creadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x21a2): In
function `creadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x21e3): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2201): In
function `creadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2216): In
function `creadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x222c): In
function `creadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2234): In
function `creadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x224c): In
function `creadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x228c): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x22aa): In
function `creadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x22bf): In
function `creadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x22d5): In
function `creadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x22dd): In
function `creadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x22fe): In
function `creadhb_':

: undefined reference to `s_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2332): In
function `creadhb_':

: undefined reference to `do_fio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x234b): In
function `creadhb_':

: undefined reference to `e_rsfe'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x2486): In
function `creadhb_':

: undefined reference to `f_clos'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x249d): In
function `creadhb_':

: undefined reference to `s_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x24b3): In
function `creadhb_':

: undefined reference to `do_lio'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x24bb): In
function `creadhb_':

: undefined reference to `e_wsle'

/usr/local/lib/libtaucs.a(readhb.o)(.text+0x24ca): In
function `creadhb_':

: undefined reference to `s_stop'

collect2: ld returned 1 exit status

*** Error code 1



Stop in /usr/tmp/usr/ports/math/taucs/work/taucs.

*** Error code 1



Stop in /usr/ports/math/taucs.

MGPMrUpdate 0.4.1_7 error: make returned an error,
adding /math/taucs to ignore.db



 
____________________________________________________________________________________
The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php


More information about the freebsd-ports mailing list