* Paweł Daniluk wrote on Mon, Dec 06, 2010 at 11:52:00AM CET: > Thanks for your prompt reply. Unfortunately the patch doesn't seem > to change anything. Perhaps I'm doing something completely wrong. I > expect that libtool after invoking in compile mode with nvcc instead > of gcc should add -Xcompiler where needed, but I get:
> I have always treated libtool as a black box which just works, and > know very little about its internals. Nevertheless libtool doesn't > seem to depend on any external files, and contains no "nvcc" string. > Maybe I miss something during the compilation phase. Right. You need to configure Libtool with CC=nvcc for it to work right for nvcc. One alternative is to integrate Libtool in your own (autoconf-using) package; see 'info libtool "Integrating libtool"' for more information. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool