diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-07 14:39:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-07 14:39:21 +0000 |
commit | 7ea8403c8a7325a7e019a2cee17315df91955fdf (patch) | |
tree | 91c8d7a6a65fb696d1f4de85e85cc571a7afb8a9 /src/template/beos | |
parent | a759460178c22ece2cc95cfc0d18e2e9631c2499 (diff) | |
download | postgresql-7ea8403c8a7325a7e019a2cee17315df91955fdf.tar.gz |
The beos port in the source tree doesn't even compile. and even
after that dynamic loading isn't working and shared memory handling is
broken.
Attached with this message, there is a Zip file which contain :
* beos.diff = patch file generated with difforig
* beos = folder with beos support files which need to be moved in /
src/backend/port
* expected = foler with three file for message and precision
difference in regression test
* regression.diff = rule problem (need to kill the backend manualy)
* dynloader = dynloader files (they are also in the pacth files,
but there is so much modification that I have join full files)
Everything works except a problem in 'rules' Is there some problems
with rules in the current tree ? It used to works with last week tree.
Cyril VELTER
Diffstat (limited to 'src/template/beos')
-rw-r--r-- | src/template/beos | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/template/beos b/src/template/beos index d93a6c1e4f..d4a6f4b2cb 100644 --- a/src/template/beos +++ b/src/template/beos @@ -1,9 +1,10 @@ -AROPT:crs -SHARED_LIB:-fpic -DPIC -CFLAGS:-O2 -SRCH_INC: -SRCH_LIB: -USE_LOCALE:no -DLSUFFIX:.so -YFLAGS:-d -YACC:bison -y +AROPT=crs +SHARED_LIB='-fpic -DPIC' +CFLAGS='-O2' +LDFLAGS='-lbind' +SRCH_INC='/boot/apps/GeekGadgets/include' +SRCH_LIB='/boot/apps/GeekGadgets/lib' +USE_LOCALE=no +DLSUFFIX=.so +YFLAGS=-d +YACC='bison -y' |