[gambit-list] Linking
Scheme at Carré Technologies
scheme at carretechnologies.com
Thu Nov 4 16:30:25 EDT 2010
Hi Brady,
thanks for the tip.
Cheers,
--
Pierre-Alexandre Fournier
Carré Technologies Inc.
www.carretechnologies.com
2010/11/4 Brady McCary <brady.mccary+GAMBIT at gmail.com>:
> gambit-list,
>
> I had composed a long-winded email about some trouble I was having
> linking against ATLAS
>
> http://math-atlas.sourceforge.net/
>
> but I figured it out. Because I am using external C++ dependencies I
> compiled gambit using C++. It turns out that I want to use
>
> (c-declare #<<c-declare-end
>
> extern "C"
> {
> #include <cblas.h>
> };
>
> c-declare-end
> )
>
> and not
>
> (c-declare "#include <cblas.h>")
>
> This is obvious in retrospect. However I wasted about 90 minutes on
> this. Hopefully someone will search for
>
> gambit, linker, link, linking, atlas, blas, lapack, undefined reference
>
> and find this message here.
>
> Brady
> _______________________________________________
> Gambit-list mailing list
> Gambit-list at iro.umontreal.ca
> https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
>
More information about the Gambit-list
mailing list