Re: Solaris build environment

2005-08-25 Thread David M. Fetter
On Wed, 2005-08-24 at 11:41 -0400, Dan wrote: On 8/22/05, David M. Fetter [EMAIL PROTECTED] wrote: Try this out: http://www.cns.pdx.edu/documentation/openpkg/psu_unofficial_openpkg_howto.html. On Mon, 2005-08-22 at 17:24 -0400, Dan wrote: I'm trying to create a build environment

Re: Solaris build environment

2005-08-24 Thread Dan
On 8/22/05, David M. Fetter [EMAIL PROTECTED] wrote: Try this out: http://www.cns.pdx.edu/documentation/openpkg/psu_unofficial_openpkg_howto.html. On Mon, 2005-08-22 at 17:24 -0400, Dan wrote: I'm trying to create a build environment under Solaris 9 (completely stock) in which to build

Re: Solaris build environment

2005-08-24 Thread Dan
On 8/22/05, Doug Summers [EMAIL PROTECTED] wrote: Dan wrote: I'm trying to create a build environment under Solaris 9 (completely stock) in which to build the PLUS tree as well as rebuild the CORE packages, as encouraged by the tutorial. So far I haven't found documentation or example

Re: Solaris build environment

2005-08-24 Thread Dan Cox
This is the .rpmmacros file I use to generate 64bit versions of OpenPKG as an example: %l_make /usr/openpkg/bin/make #%l_mflags -j4 %l_cc /usr/openpkg/bin/gcc %l_cxx /usr/openpkg/bin/g++ %l_cflags -O2 -m64 -mcpu=v9 -mtune=ultrasparc3 %l_ldflags -m64

Solaris build environment

2005-08-22 Thread Dan
I'm trying to create a build environment under Solaris 9 (completely stock) in which to build the PLUS tree as well as rebuild the CORE packages, as encouraged by the tutorial. So far I haven't found documentation or example configs anywhere online, other than how to specify settings using

Re: Solaris build environment

2005-08-22 Thread David M. Fetter
Try this out: http://www.cns.pdx.edu/documentation/openpkg/psu_unofficial_openpkg_howto.html. On Mon, 2005-08-22 at 17:24 -0400, Dan wrote: I'm trying to create a build environment under Solaris 9 (completely stock) in which to build the PLUS tree as well as rebuild the CORE packages, as

Re: Solaris build environment

2005-08-22 Thread Doug Summers
Dan wrote: I'm trying to create a build environment under Solaris 9 (completely stock) in which to build the PLUS tree as well as rebuild the CORE packages, as encouraged by the tutorial. So far I haven't found documentation or example configs anywhere online, other than how to specify settings