[Patches] Re: [Patch #101774] revise BeOS build (et al.) - summary

Donn Cave donn@u.washington.edu
Mon, 9 Oct 2000 14:15:53 -0700


|   The patches are in; Donn, please check everything that's in CVS
| right now and let us know if there are any problems on BeOS.  I don't
| know that we'll be able to fix them, but a last-minute check won't
| hurt.

I have built and installed on PPC and Intel platforms, and built
some external stuff on Intel just to see if config.h etc. works.

Only one problem noted, an extraneous line in configure.in (and
hence configure.)  Otherwise, builds and installs correctly.


*** configure.in.dist   Mon Oct  9 10:06:13 2000
--- configure.in        Mon Oct  9 13:02:58 2000
***************
*** 128,134 ****
                        AR="$PWD/BeOS/ar-fake"
                        RANLIB=:

-                       AC_DEFINE(DL_EXPORT_HEADER,"dl_export.h")
                        ;;
                x86)
                        CC=gcc
--- 128,133 ----


This dl_export.h file is obsoleted by the changes I submitted.
I didn't check to see whether the above line is fatal, but I
think it isn't - it doesn't do anything, because nothing uses
DL_EXPORT_HEADER.

Thanks,

	Donn Cave, donn@oz.net