From: | "Silberman, Malcolm (BHR)" <Malcolm(dot)Silberman(at)BassHotels(dot)com> |
---|---|
To: | "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org> |
Subject: | Problem compiling with RedHat 7 |
Date: | 2000-11-10 17:44:23 |
Message-ID: | C3CAA99A1F12D3118D360008C7A4D1CF7964D8@bhratlexg04.hiw.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
I get a segmentation fault when it seems to try read the
/usr/include/gconv.h file. Any ideas?
make[3]: Entering directory
`/var/ftp/incoming/postgresql-7.0.2/src/backend/access/nbtree'
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../.. -c -o nbtcompare.o nbtcompare.c
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../.. -c -o nbtinsert.o nbtinsert.c
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../.. -c -o nbtpage.o nbtpage.c
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../.. -c -o nbtree.o nbtree.c
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../.. -c -o nbtscan.o nbtscan.c
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../.. -c -o nbtsearch.o nbtsearch.c
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../.. -c -o nbtstrat.o nbtstrat.c
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../.. -c -o nbtutils.o nbtutils.c
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../.. -c -o nbtsort.o nbtsort.c
In file included from /usr/include/_G_config.h:45,
from /usr/include/libio.h:31,
from /usr/include/stdio.h:58,
from ../../../include/c.h:51,
from ../../../include/postgres.h:41,
from nbtsort.c:37:
/usr/include/gconv.h:164: Internal error: Segmentation fault.
Please submit a full bug report.
From | Date | Subject | |
---|---|---|---|
Next Message | Jukka Honkela | 2000-11-10 17:52:23 | Re: Problem compiling with RedHat 7 |
Previous Message | Edward Q. Bridges | 2000-11-10 15:26:59 | Error building PL/Perl (Postgres) under Cygwin |