There is too little information in your mail for anyone to offer you any kind of help.
On Thu, Sep 3, 2009 at 4:02 PM, Mahesh Narayanamurthi<[email protected]> wrote: > Hello, > > My friends and I are trying to make a port of GSL onto NVIDIA CUDA platform. > We first started with segregating files and folders from the source tree so > that we got a closed set - only to support Matrix and Vectors for the time > being. Following that we have made suitable changes to configure.ac and > Makefile.am such that, we are now able to compile the sources using NVCC and > we patched the libtool script file a bit to generate the shared library > consisting of only those files we have extracted from the original archive. > To test the generated library file, we wrote a fairly trivial program that > worked with vectors. Now, when I am trying to link the new program with the > library we have generated, we are getting the following error: > > test1.o: In function `main': > test1.c:(.text+0x20): undefined reference to `gsl_vector_alloc' > test1.c:(.text+0x2f): undefined reference to `gsl_vector_alloc' > test1.c:(.text+0x43): undefined reference to `gsl_vector_set_all' > test1.c:(.text+0x58): undefined reference to `gsl_vector_set_all' > test1.c:(.text+0x73): undefined reference to `gsl_vector_get' > test1.c:(.text+0x88): undefined reference to `gsl_vector_get' > test1.c:(.text+0xc9): undefined reference to `gsl_vector_add' > . > . > . > > > On Fri, Aug 28, 2009 at 7:20 PM, Brian Gough wrote: > >> Thanks for your email. I'm just going on hoiday for a week so I am >> unable to reply to it properly right now. I suggest you post your >> question to [email protected] and see if someone there can help you. I >> will look at it when I get back if needed. >> >> -- >> best regards >> >> Brian Gough >> >> Network Theory Ltd, >> Publishing Free Software Manuals --- http://www.network-theory.co.uk/ >> > > On my communications with Dr. Brian Gough, I was advised to write to the > help-...@... > > What could be going wrong here? > > Thanks & Cheers! > Mahesh Narayanamurthi > -- > Research Intern > IIT Madras > Computer Science Engineering Department > _______________________________________________ > Help-gsl mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gsl > -- Rohit Garg http://rpg-314.blogspot.com/ Senior Undergraduate Department of Physics Indian Institute of Technology Bombay _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
