Re: CVS broken?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: Philip Warner <pjw(at)rhyme(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: CVS broken?
Date: 2000-10-10 13:06:18
Message-ID: 200010101306.JAA17963@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > -Wmissing-prototypes -Wmissing-declarations -o pg_dump pg_dump.o common.o
> > pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o
> > pg_backup_null.o pg_backup_tar.o -L../../..
> > /src/interfaces/libpq -lpq -lz -lcrypt -lnsl -ldl -lm -lreadline -lncurses
> > -lz
> > ../../../src/interfaces/libpq/libpq.so: undefined reference to
> > `FailedAssertion'
> > ../../../src/interfaces/libpq/libpq.so: undefined reference to
> > `assert_enabled'
> > ../../../src/interfaces/libpq/libpq.so: undefined reference to
> > `ExceptionalCondition'
> >
> > Does anyone else have this problem?
> >
>
> I have already encountered the problem.
> -DFRONTEND isn't set in the above command line.
>
> For example the following line
> CFLAGS+= -DFRONTEND -I$(srcdir)
> in makefiles doesn't work currently.
>
> I found the recent change in Makefile.global.in.
> ifeq ($(GCC), yes)
> override CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
> endif

OK, I have removed 'override' from CFLAGS, and committed. Seems like it
came in with:

date: 2000/10/08 21:13:27; author: petere; state: Exp; lines: +165 -137
Append "/postgresql" to (certain) installation subdirectories when
installing into a shared location. Also Makefile.global organizational
cleanup.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-10-10 13:10:53 Re: My new job
Previous Message Sergio A. Kessler 2000-10-10 12:56:11 Re: My new job