cvs commit: ports/science/hdf Makefile distinfo pkg-plist ports/science/hdf/files Makefile patch-hdf-src-Makefile.in patch-hdf-src-cszip.c patch-mfhdf-libsrc-Makefile.in ports/science/hdf/files/hdf Makefile ports/science/hdf/files/hdf/src Makefile ...

Michael L. Hostbaek mich at FreeBSD.org
Fri Mar 18 04:16:02 PST 2005


Michael L. Hostbaek (mich) writes:
> This one seems b0rken:
> <snip>
> cc -O -pipe -std=c99 -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith
> -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes
> -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
> -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wpadded -O3 -fomit-frame-pointer -o
> .libs/burst_szip burst_szip.o  ../test/.libs/libmcgill.a
> ../src/.libs/libsz.so -Wl,--rpath -Wl,/usr/local/lib
> burst_szip.o(.text+0xa68): In function `random_float_scanline':
> : undefined reference to `sin'
> burst_szip.o(.text+0xb4c): In function `random_double_scanline':
> : undefined reference to `sin'
> burst_szip.o(.text+0xe1c): In function `main':
> : undefined reference to `sin'
> burst_szip.o(.text+0xf8a): In function `main':
> : undefined reference to `pow'
> burst_szip.o(.text+0xfa3): In function `main':
> : undefined reference to `pow'
> *** Error code 1
> </snip>

Actually it is the science/szip dependency that is b0rken.

/mich



More information about the cvs-ports mailing list