[OpenAFS-devel] building for multiple platforms

Kevin Coffman kwc@citi.umich.edu
Mon, 14 Apr 2003 16:04:46 -0400


I will look and see if I made any other changes to deal with this on
AIX.  I am currently only building with targets *_nolibafs.

-----Original Message-----
From: Harald Barth [mailto:haba@pdc.kth.se] 
Sent: Monday, April 14, 2003 11:36 AM
To: nneul@umr.edu
Cc: kwc@citi.umich.edu; openafs-devel@openafs.org
Subject: Re: [OpenAFS-devel] building for multiple platforms


How did you get that to work? From the distributed configure script:

SRCDIR_PARENT=`pwd`

This will be my obj dir.

if test ! -r src/config/Makefile.${AFS_SYSNAME}.in ; then
  { echo "configure: error: no source file
src/config/Makefile.${AFS_SYSNAME}.in" 1>&2; exit 1; }
fi

This will be relative my obj dir and definitely exit 1.

Harald.