Hi Ralph again,
On Wednesday 06 of January 2010 20:44:57 Ralf Wildenhues wrote:
> Hello Tomas,
>
> * Tomas Oberhuber wrote on Sat, Jan 02, 2010 at 11:33:46AM CET:
> > Now I try to compile whole project with nvcc. It seems to work but I get
> > this
> >
> > ibtool: link:
> > nvcc -shared -nostdlib
Hi Ralph,
Dne středa 06 Leden 2010 08:44:57 Ralf Wildenhues napsal(a):
> Hello Tomas,
>
> * Tomas Oberhuber wrote on Sat, Jan 02, 2010 at 11:33:46AM CET:
> > Now I try to compile whole project with nvcc. It seems to work but I get
> > this
> >
> > ibtool: link:
> > nvcc -shared -nostdlib
> > .
Hi Ralph,
I think that I have solved the problem somehow. Here is a patch for libtool.m4
which adds support for C++ for nvcc. It prepends -Xcompiler to -fPIC as well
as it is for C and also -Xlinker infront of -nostdlib.
3653a3654,3660
>
> case $cc_basename in
> nvcc*) # Cuda Compiler D
Hello Tomas,
* Tomas Oberhuber wrote on Sat, Jan 02, 2010 at 11:33:46AM CET:
> Now I try to compile whole project with nvcc. It seems to work but I get this
>
> ibtool: link:
> nvcc -shared -nostdlib
> .libs/libtnl-0.1.lax/libtnldebug-0.1.a/libtnldebug_0_1_la-tnlDebugStructure.o
> .libs/li
Hello Ralph,
On Wednesday 30 of December 2009 22:52:51 Ralf Wildenhues wrote:
> Hello Tomas,
>
> * Tomas Oberhuber wrote on Tue, Dec 29, 2009 at 07:25:36PM CET:
> > I am experiencing some troubles with cuda. I studied mailing lists about
> > autoconf, automake and libtool and from what I have read
Hello Tomas,
* Tomas Oberhuber wrote on Tue, Dec 29, 2009 at 07:25:36PM CET:
> I am experiencing some troubles with cuda. I studied mailing lists about
> autoconf, automake and libtool and from what I have read
> I have understood that from the linking point of view nvcc and gcc are
> compatibl
Hi,
I am experiencing some troubles with cuda. I studied mailing lists about
autoconf, automake and libtool and from what I have read
(
Is it possible to check nvcc compilation with autoconf?
http://stackoverflow.com/questions/1973846/is-it-possible-to-check-nvcc-compilation-with-autoconf
Autom