[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Libtool generating flags incompatible with nvcc
From: |
Ralf Wildenhues |
Subject: |
Re: Libtool generating flags incompatible with nvcc |
Date: |
Mon, 21 Sep 2009 21:21:07 +0200 |
User-agent: |
Mutt/1.5.20 (2009-08-09) |
Hello Mahesh,
first off, please don't top-post, thank you.
* Mahesh N wrote on Mon, Sep 21, 2009 at 07:45:10AM CEST:
> I apologize for my late reply. I checked the patch. It seems like we are
> using nvcc to do the linking also, we would instead like to *link with
> GCC*although we would compile with nvcc.
> I think there is some symbol stripping happening when nvcc is used to
> generate the shared library. When I use the generated shared library with
> another project, the compilation fails and the compiler returns with :
>
> test1.c:(.text+0x58): undefined reference to `gsl_vector_set_all'
> test1.c:(.text+0x73): undefined reference to `gsl_vector_get'
[...]
Please show the full command that fails, starting from '...libtool
--mode=link ...' on, including all error output, cut and pasted.
> But, such a thing does not happen when gcc is used during the linking stage.
Thanks,
Ralf
- Re: Libtool generating flags incompatible with nvcc, Ralf Wildenhues, 2009/09/02
- Message not available
- Message not available
- Re: Libtool generating flags incompatible with nvcc, Mahesh N, 2009/09/03
- Re: Libtool generating flags incompatible with nvcc, Mahesh N, 2009/09/04
- Re: Libtool generating flags incompatible with nvcc, Ralf Wildenhues, 2009/09/12
- Re: Libtool generating flags incompatible with nvcc, Mahesh N, 2009/09/12
- Re: Libtool generating flags incompatible with nvcc, Ralf Wildenhues, 2009/09/18
- Re: Libtool generating flags incompatible with nvcc, Mahesh N, 2009/09/21
- Re: Libtool generating flags incompatible with nvcc,
Ralf Wildenhues <=
- Re: Libtool generating flags incompatible with nvcc, Mahesh N, 2009/09/24
- Re: Libtool generating flags incompatible with nvcc, Ralf Wildenhues, 2009/09/24