Re: [GENERAL] Failed to compile

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: "Jun Zhang" <jzhang(at)flclerks(dot)com>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Failed to compile
Date: 1999-01-04 17:04:43
Message-ID: l03110709b2b6a468bb0a@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-ports

(Redirected to the ports list)

At 18:45 +0200 on 4/1/99, Jun Zhang wrote:

> Happy New Year,
> I downloaded 6.4.2 to Solaris 2.6.
> After configure, I did
> gmake all
> The compilation stopped after encountered two errors, and I can see
> that they are related to one problem, which is a file being not found.
>
> The first error is
> d bootstrap.y
> d: command not found
>
> The second error is
> cannot open y.tab.c
>
>
> Thank you, and any clue is welcome.

Well, my solaris is merely 2.5.1, and I haven't tried 6.4.2, only 6.4 so
far. However, you should note:

1) You need to have flex installed, instead of lex.
2) You probably need to have bison instead of yacc as well.

Remove the install cache and try again after you install these two.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Massimo Dal Zotto 1999-01-04 17:36:57 Re: pg_options ?
Previous Message Jun Zhang 1999-01-04 16:45:22 Failed to compile

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-01-06 02:23:52 Port Bug Report: libncurses.so.4: open failed: No such file or directory
Previous Message Jun Zhang 1999-01-04 16:45:22 Failed to compile