On Tue, 7 Sep 1999, Stuart Mackay wrote:

> I tried turning on 64-bit compilation with -xtarget=ultra -xarch=v9 (and
> various combinations of these two) but then compilation fails:

For the kernel module, you need the flags

-xarch=v9 -xregs=no%appl

The build will fail on the compilation of "aecho" as you describe. Just
build 32 bit apps with the 64 bit kernel module and you should be fine.

What I did was add the above flags to sys/solaris/Makefile
make kernel
make kinstall
remove the flags
make
make install

Or you could just use the 2.1.4 test series. I use it in production with
no problems (8.0 -> 8.6 clients)

Tim

Tim Carlson                                  Voice:    (505) 984-8800x255
Director of Computing: Santa Fe Institute    Fax:      (505) 982-0565
WWW: http://www.santafe.edu/~tim             Email:   [EMAIL PROTECTED]

Reply via email to