Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 1997 18:11:34 +0000 (GMT)
From:      spork <spork@super-g.com>
To:        questions@freebsd.org
Subject:   MySQL - compile problems
Message-ID:  <Pine.BSF.3.95q.970709180844.14085A-100000@super-g.inch.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970709180844.14085A-100000>