From: Per P. <per...@ma...> - 2004-09-09 08:02:36
|
On Sep 9, 2004, at 05:45, Paul Kienzle wrote: >> >> are. Probably I have to delete the default rules before defining my >> on in >> the Makefile under OS X... I just changed "%.o:%.cc" to "%.o:%.cc %d". >> Could you change it back and see what happens... > > That fixes it. Adding the following line above the rule also works, so > I will commit the change: > > %.o: %.cc > > > With a correction to the HAVE_SWAP_BYTES test in configure.base > which I committed earlier, I can now run comm and fixed tests > successfully > for Octave 2.1.55 on OS X. Works for Octave 2.1.58 on OS X too :-), thanks! /Per |