Displaying 2 results from an estimated 2 matches for "lmath".
Did you mean:
math
2000 Jul 25
1
R: Use of libmath.a
>For example,
>
>> cc -I/usr/local/lib/R/include -lmath test.c ???
I guess it should be
> cc test.c -I/usr/local/lib/R/include -lmath
The order specified for object files (libraries are) on the compiler command
line is IMPORTANT to the linker as it searches for symbols from left to
right.
Hope that helps.
Regards,
federico
-.-.-.-.-.-.-.-.-...
1999 Jun 10
2
dynload for R on AIX (>= 4.2)
On Thu, 10 Jun 1999, Friedrich Leisch wrote:
> Yes, if I understood AIX workings correct you have to have a text file
> of to-be-exported symbols at the time of linking a shared library,
> i.e. the linker is called like (this is pasted from a mail by Arne)
>
> $(F77) -o module.so -bM:SRE -bE:module.exp -bnoentry $(OBJECTS) $(LIBDIR) $(LIBS)
>
> where module.exp is a text