Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 1999 11:37:51 -0500 (EST)
From:      John Ioannidis <ji@research.att.com>
To:        ports@FreeBSD.ORG
Subject:   problem with gsm-1.0.10
Message-ID:  <199901161637.LAA27178@bual.research.att.com>

next in thread | raw e-mail | index | archive | help
Hello,

I've been trying to compile gsm-1.0.10 on a 2.2.8-STABLE system
(compiled from sources).

The first problem is that the Makefile (.../work/gsm-1.0-pl10/Makefile)
complained that PORTOBJFORMAT was not defined. Defining that as en
environment variable (to "elf") allowed the make to proceed, until I got
this:

...
cc -fpic -DPIC -O -c -DNeedFunctionPrototypes=1 -DSASR        -I./inc -c ./src/gsm_option.c -o ./src/gsm_option.so
cc -fpic -DPIC -O -c -DNeedFunctionPrototypes=1 -DSASR        -I./inc -c ./src/short_term.c -o ./src/short_term.so
cc -fpic -DPIC -O -c -DNeedFunctionPrototypes=1 -DSASR        -I./inc -c ./src/table.c -o ./src/table.so
cc -o ./lib/libgsm.so.1 -shared -Wl,-soname,libgsm.so.1 ./src/add.so ./src/code.so ./src/debug.so ./src/decode.so ./src/long_term.so ./src/lpc.so ./src/preprocess.so ./src/rpe.so ./src/gsm_destroy.so ./src/gsm_decode.so ./src/gsm_encode.so ./src/gsm_explode.so ./src/gsm_implode.so ./src/gsm_create.so ./src/gsm_print.so ./src/gsm_option.so ./src/short_term.so ./src/table.so
ld: libgsm.so.1: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

I don't think it should be complaining that it can't find the very
object it is trying to build! WHat gives?

cc is gcc version 2.7.2.1
make and ld are whatever comes with the distribution.

Thanks

/ji

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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