That's basically what I did with the version I attached on my last message. I hacked out that version a month or two ago when a TSE had a call with that issue so I wrote it up. It's a pretty simple change.
-- Adam Fox NetApp Professional Services, NC adamfox@netapp.com
-----Original Message----- From: Jim Davis [mailto:jdavis@cs.arizona.edu] Sent: Friday, August 17, 2001 1:07 PM To: neil lehrer Cc: toasters Subject: Re: ndmpcopy problem
On Fri, 17 Aug 2001, neil lehrer wrote:
hi,
i downloaded ndmpcopy 1.2 from ndmp.org
when i first tried to make it on solaris 7 i got
make: Fatal error: Unknown option `-C'
Are you using Sun's make (/usr/ccs/bin/make)? I get a similar error on Solaris 7 with that, but it works with GNU make.
The '-C' is basically just to cd to the lib and src subdirectories and run the Makefiles there, so you could modify the toplevel Makefile appropriately if you wanted to stick with Sun's make.