Sounds like NEXT_ROOT isn't set-- likely none of your environment variables are
set correctly.

You need:

NEXT_ROOT = point to the Apple directory
PATH = should have paths to various executable directories under Apple

If you are using oracle, you will also need to munge various environment
variables for Oracle and, potentially, also munge the Makefile.preamble to make
Oracle link right.  Do not attempt to do the oracle library list by hand--
because of Oracle's incredibly broken build process, the libraries have to be
linked multiple times in the right order to resolve all of the symbols without
encountering duplicates.

b.bum

Dan Morgan wrote:

> I've done all my development on NT and want to deploy my application on
> HP-UX.  I've installed the PDO version of WebObjects on the HP system, and
> have copied my project onto it as well.  Now what do I need to do build it?
> If I do the following:
>
> make
>
> I get:
>
> Make: Cannot read or get /pb_makefiles/platform.make.  Stop.
>
> What am I missing?
>
> Daniel L. Morgan
> Senior Architect
> Fabrik Communications, Inc.
> * iNet          : <mailto:[EMAIL PROTECTED]>
> * Company       : <http://www.fabrik.com>
> * Personal      : <http://spokane.fabrik.com/Dan>
> * Wk            : 509.238.2947
> * Fax           : 509.238.2948 Fax

Reply via email to