From owner-freebsd-ports Sat Jan 16 08:37:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27955 for freebsd-ports-outgoing; Sat, 16 Jan 1999 08:37:57 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27949 for ; Sat, 16 Jan 1999 08:37:56 -0800 (PST) (envelope-from ji@research.att.com) Received: from amontillado.research.att.com (amontillado.research.att.com [135.207.24.32]) by mail-blue.research.att.com (Postfix) with ESMTP id 9E7D94CE01; Sat, 16 Jan 1999 11:37:53 -0500 (EST) Received: from bual.research.att.com (bual.research.att.com [135.207.24.19]) by amontillado.research.att.com (8.8.7/8.8.7) with ESMTP id LAA17637 for ; Sat, 16 Jan 1999 11:37:51 -0500 (EST) From: John Ioannidis Received: (from ji@localhost) by bual.research.att.com (8.7.5/8.7) id LAA27178 for ports@FreeBSD.org; Sat, 16 Jan 1999 11:37:51 -0500 (EST) Date: Sat, 16 Jan 1999 11:37:51 -0500 (EST) Message-Id: <199901161637.LAA27178@bual.research.att.com> To: ports@FreeBSD.ORG Subject: problem with gsm-1.0.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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