More pgsql compile problems on BSDi 3.0

From: ghoffman(at)ucsd(dot)edu (Gary Hoffman)
To: pgsql-general(at)postgresql(dot)org
Subject: More pgsql compile problems on BSDi 3.0
Date: 1999-05-25 05:57:32
Message-ID: fc.00249f0e0036349100249f0e00362079.3634a8@irpsbbs.ucsd.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Following up on my compile problem, I've read the list archives for great
clues and had a good reply from Bruce to last night's query. (I hope
someone turns these hints into an FAQ for BSDi users.)

I've overcome the flex problem by renaming lex and then making a link lex
-> flex.
I also installed bison 1.27 and renamed yacc, making a link yacc -> bison

Now when I run 'gmake all', I get the following error:

-------------
gmake -C bootstrap all
gmake[2]: Entering directory `/usr2/src/pgsql/src/backend/bootstrap'
/usr/bin/yacc -d bootparse.y
grep -v "^#" boot.sed > sedfile
sed -f sedfile < y.tab.c > bootparse.c
cannot open y.tab.c: no such file
gmake[2]: *** [bootparse.c] Error 2
gmake[2]: Leaving directory `/usr2/src/pgsql/src/backend/bootstrap'
gmake[1]: *** [bootstrap.dir] Error 2
gmake[1]: Leaving directory `/usr2/src/pgsql/src/backend'
gmake: *** [all] Error 2
-------------
Of course, the subsequent install fails. Is y.tab.c supposed to be created
by the compile process or did I delete it by cleaning up my previous make?
I've done this several times.

Thanks,
Gary

***************************************************************************
* Gary B. Hoffman, Computing Services Manager e-mail: ghoffman(at)ucsd(dot)edu *
* Graduate School of International Relations and Pacific Studies (IR/PS) *
* University of California, San Diego (UCSD) voice: (619) 534-1989 *
* 9500 Gilman Dr., La Jolla, CA 92093-0519 USA fax: (619) 534-3939 *
**************************************************************************

Responses

Browse pgsql-general by date

  From Date Subject
Next Message MAILER-DAEMON 1999-05-25 07:21:16 Undeliverable Message
Previous Message Chris Bitmead 1999-05-25 04:31:00 Re: [GENERAL] size limits on insert/copy/etc