cvs snapshot compile problems - Mailing list pgsql-hackers

From bpalmer
Subject cvs snapshot compile problems
Date
Msg-id Pine.BSO.4.30.0105192002570.21537-100000@mizer.crimelabs.net
Whole thread Raw
In response to "End-to-end" paper  (ncm@zembu.com (Nathan Myers))
Responses Re: cvs snapshot compile problems  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-hackers
On OBSD from cvs source,  clean checkout:

gcc -O2 -pipe -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include  -DLIBDIR=\"/usr/local/pgsql/lib\
" -DDLSUFFIX=\".so\"  -c -o dfmgr.o dfmgr.c
dfmgr.c: In function `load_external_function':
dfmgr.c:118: `RTLD_GLOBAL' undeclared (first use in this function)
dfmgr.c:118: (Each undeclared identifier is reported only once
dfmgr.c:118: for each function it appears in.)
gmake[4]: *** [dfmgr.o] Error 1
gmake[4]: Leaving directory
`/home/bpalmer/APPS/pgsql/src/backend/utils/fmgr'


??  RTLD_GLOBAL problems?

- b


b. palmer,  bpalmer@crimelabs.net
pgp:  www.crimelabs.net/bpalmer.pgp5



pgsql-hackers by date:

Previous
From: "Joe Conway"
Date:
Subject: Re: Re: Functions returning sets
Next
From: bpalmer
Date:
Subject: cvs snapshot compile problems