From owner-freebsd-questions Wed Jul 9 14:55:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA14315 for questions-outgoing; Wed, 9 Jul 1997 14:55:37 -0700 (PDT) Received: from super-g.inch.com (super-g.inch.com [207.240.140.161]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA14304 for ; Wed, 9 Jul 1997 14:55:34 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.8.5) with SMTP id SAA14095 for ; Wed, 9 Jul 1997 18:11:34 GMT Date: Wed, 9 Jul 1997 18:11:34 +0000 (GMT) From: spork X-Sender: spork@super-g.inch.com To: questions@freebsd.org Subject: MySQL - compile problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to get MySQL to compile on a 2.1.7 machine, and I'm having no luck; it bombs here: Making all in client gcc -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OFF -c libmysql.c libmysql.c:273: parse error before `__attribute__' libmysql.c:280: parse error before `13' libmysql.c:280: conflicting types for `signal' /usr/include/sys/signal.h:193: previous declaration of `signal' libmysql.c:280: warning: data definition has no type or storage class libmysql.c:282: parse error before `}' *** Error code 1 Stop. I'm guessing there's no support for threads in 2.1.7. Does this mean I'm just out of luck? Would this work on a 2.2.2 machine? I see there's a port for -current, but I'm not feeling that adventurous... Any help/hints appreciated, Charles