I don't know if we still strive for non-GNU make capability.. Anyway, here a report: I was using the builddir != srcdir approach on Sun Solaris 2.6, and normal Sun make (/usr/ccs/bin/make) worked up to producing a correct R.X11 binary. It failed when trying to make the first src/library/<pkg>/src/<pkg>.so, namely in eda/src with make: Fatal error: Don't know how to make target `line.o' where GNU make then did gcc -I../../../../include -DHAVE_CONFIG_H -fPIC -g -O2 -c ../../../../../SRC/src/library/eda/src/line.c -o line.o ....... Martin Maechler <maechler@stat.math.ethz.ch> http://stat.ethz.ch/~maechler/ Seminar fuer Statistik, ETH-Zentrum LEO D10 Leonhardstr. 27 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-1-632-3408 fax: ...-1228 <>< -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>>>>> Martin Maechler writes:> I don't know if we still strive for non-GNU make capability..Yes. However, my experience is that for non-GNU make we typically need builddir == srcdir.> Anyway, here a report:> I was using the builddir != srcdir approach on Sun Solaris 2.6, and > normal Sun make (/usr/ccs/bin/make) worked up to producing a correct > R.X11 binary.> It failed when trying to make the first > src/library/<pkg>/src/<pkg>.so, namely in eda/src with> make: Fatal error: Don't know how to make target `line.o'> where GNU make then did> gcc -I../../../../include -DHAVE_CONFIG_H -fPIC -g -O2 -c ../../../../../SRC/src/library/eda/src/line.c -o line.o > .......Hmm, what is different between the rules in src and the library ones? Can you try replacing $(SHLIB) by its value in eda's src/Makefile and then see what happens? -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Reasonably Related Threads
- rank(*) with NAs -- new option "keep" desired
- pretty(.) bug -- fix --> "compatibility" ?
- [PATCH] Fix, simplify out-of-tree build/install for bash completions
- [PATCH] bash: fix build/clean when srcdir==builddir
- Fixes from the patch queue of the Debian package