Date: Sat, 30 Dec 1995 18:33:07 +1100 (EST) From: Carey Nairn <cp_nairn@cc.utas.edu.au> To: FreeBSD Questions <questions@freebsd.org> Subject: mSQL under 2.1.0-RELEASE Message-ID: <Pine.SOL.3.91.951230182639.24252B-100000@wedge.cc.utas.edu.au>
next in thread | raw e-mail | index | archive | help
has anyone compiled msql-1.0.10 under 2.1 yet ? I just tried and got
about halfway through the msql directory when it blew up with the
following messages:
--> [makedepend] directory
<-- [makedepend] done
--> [regexp] directory
<-- [regexp] done
--> [common] directory
<-- [common] done
--> [msql] directory
*** Signal 10
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
when I run make with a -dA switch it looks like the make is failing where
yacc should make msql_yacc.c from msql_yacc.y. This is what I get...
SuffFindDeps (msql_yacc.o)
trying msql_yacc.c...got it
msql_yacc.o:@ = msql_yacc.o
msql_yacc.o:* = msql_yacc
using existing source msql_yacc.c
applying .c -> .o to "msql_yacc.o"
SuffFindDeps (msql_yacc.c)
trying msql_yacc.y...got it
msql_yacc.c:@ = msql_yacc.c
msql_yacc.c:* = msql_yacc
using existing source msql_yacc.y
applying .y -> .c to "msql_yacc.c"
SuffFindDeps (msql_yacc.y)
msql_yacc.y:@ = msql_yacc.y
msql_yacc.y:* = msql_yacc
Searching for msql_yacc.y...in '.'
msql_yacc.y:@ = msql_yacc.y
msql_yacc.y:* = msql_yacc
msql_yacc.c:< = msql_yacc.y
Examining msql_yacc.y...modified 23:11:27 Oct 2, 1995...up-to-date.
msql_yacc.o:< = msql_yacc.c
Examining msql_yacc.c...non-existent...modified before source...out-of-date.
msql_yacc.c:> = msql_yacc.y
msql_yacc.c:? = msql_yacc.y
*** Signal 10
since I am no expert on yacc I thought someone might be able to help...
thanks,
Carey
=========================================================================
Carey Nairn ! email : Carey.Nairn@its.utas.edu.au
Networks and Communications ! phone : (002) 20 7419
Information Technology Services ! fax : (002) 20 7898
University of Tasmania. !
=========================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.91.951230182639.24252B-100000>
