Thread: Compile problem on fBSD 4.3
Hello can somebody help me, when I try 1st gmake, compiling end with this result, but I don't know why: BTW: the same error write me MySQL. gcc -pipe -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../s rc/include -DPOSIX_MISTAKE -c -o regexec.o regexec.c {standard input}: gcc: Assembler messages: {standard input}:2027: Warning: end of file not at end of a line; newline inserted {standard input}:3091: Error: unbalanced parenthesis in operand 2. Internal compiler error: program cc1 got fatal signal 11 gmake[3]: *** [regexec.o] Error 1 gmake[3]: Leaving directory `/usr/src.my/postgresql-7.1.2/src/backend/regex' gmake[2]: *** [regex-recursive] Error 2 gmake[2]: Leaving directory `/usr/src.my/postgresql-7.1.2/src/backend' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/src.my/postgresql-7.1.2/src' gmake: *** [all] Error 2
On Wed, 25 Jul 2001, Juraj Petrik (Triblax) - work wrote: > Hello can somebody help me, > when I try 1st gmake, compiling end > with this result, but I don't know why: > BTW: the same error write me MySQL. Are you building from source code? Have you tried building from the port? It usually works from the ports so if you haven't tried I advice you give it a try.
I used this approach and was successful : Installed gmake & autoconf from /usr/ports (to satisfy the dependencies) Then installed pgsql 7.1.2 from src without any problems. Versions : GNU Make version 3.79.1 autoconf-2.13 I hope that helps. Roby
On Wed, 25 Jul 2001 10:09:54 +0000 (UTC), Juraj Petrik <triblax-work@vsk.sk>: > Hello can somebody help me, > when I try 1st gmake, compiling end > with this result, but I don't know why: > BTW: the same error write me MySQL. > If you get the same type of error building mysql, you may have better luck asking this on a freebsd list. Try comp.unix.bsd.freebsd.misc Others suggest building from the port, but I have built Postgres both from port and from the straight tarball on FreeBSD 4.3 without any problems. Good luck.