libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Libtool and CUDA


From: Ralf Wildenhues
Subject: Re: Libtool and CUDA
Date: Mon, 6 Dec 2010 22:27:15 +0100
User-agent: Mutt/1.5.20 (2010-08-04)

* 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]