This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc linking and address of template function


Brian Budge writes:
 > I'm attempting to use gsl (gnu scientific library) from my C++
 > program.  gsl is a C program, and I need to pass function pointers to
 > gsl to make it do it's magic on my data.
 > 
 > The program compiles fine, and the functions int ll_uv_*() are found
 > by the nm utility to be in a .o file.
 > 
 > The program still won't link.  Anyone have any ideas?  Is this
 > something I'm doing wrong?  The gcc version is 3.4.5-r1, and this is
 > on a xeon box running linux.

Did you find the cause of this problem?

-- 
Brian Gough
(GSL Maintainer)

Network Theory Ltd,
Commercial support for GSL --- http://www.network-theory.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]