<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2009/01/23eff6dc2f708df8e37f8b10ecd02bea"
  from="Erick Matsen &lt;matsen@b...&gt;"
  author="Erick Matsen"
  date="2009-01-28T18:50:30"
  subject="Re: [Caml-list] problem with LACAML and static linking"
  prev="2009/01/ef7464a63d1602015e62b2b986211645"
  next="2009/01/f30610f04f7b4db807127d0a6d946705"
  prev-in-thread="2009/01/ef7464a63d1602015e62b2b986211645"
  next-in-thread="2009/01/f30610f04f7b4db807127d0a6d946705"
  prev-thread="2009/01/b8fa82634e54fd25d86aeafd55576128"
  next-thread="2009/01/ec5abc48403b5e7647c7a58e6fcf15a5"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="problem with LACAML and static linking">
<msg 
  url="2009/01/95edc08cfde6a09340c5e2f438aca25e"
  from="Erick Matsen &lt;matsen@b...&gt;"
  author="Erick Matsen"
  date="2009-01-28T06:49:03"
  subject="problem with LACAML and static linking">
<msg 
  url="2009/01/629bad2163d83f85195ba2ca7450d001"
  from="StÃ©phane Glondu &lt;steph@g...&gt;"
  author="StÃ©phane Glondu"
  date="2009-01-28T07:20:12"
  subject="Re: [Caml-list] problem with LACAML and static linking">
<msg 
  url="2009/01/89d408b4f65d61f9f259798dd86cc8d5"
  from="Erick Matsen &lt;matsen@b...&gt;"
  author="Erick Matsen"
  date="2009-01-28T17:17:58"
  subject="Re: [Caml-list] problem with LACAML and static linking">
<msg 
  url="2009/01/21c5dae0340317f4d8d323daab9ab10d"
  from="Mauricio Fernandez &lt;mfp@a...&gt;"
  author="Mauricio Fernandez"
  date="2009-01-28T17:33:08"
  subject="Re: [Caml-list] problem with LACAML and static linking">
<msg 
  url="2009/01/731676cde43a1a70d1d54d29d64a611b"
  from="Erick Matsen &lt;matsen@b...&gt;"
  author="Erick Matsen"
  date="2009-01-28T17:56:45"
  subject="Re: [Caml-list] problem with LACAML and static linking">
<msg 
  url="2009/01/ef7464a63d1602015e62b2b986211645"
  from="StÃ©phane Glondu &lt;steph@g...&gt;"
  author="StÃ©phane Glondu"
  date="2009-01-28T18:48:24"
  subject="Re: [Caml-list] problem with LACAML and static linking">
<msg 
  url="2009/01/23eff6dc2f708df8e37f8b10ecd02bea"
  from="Erick Matsen &lt;matsen@b...&gt;"
  author="Erick Matsen"
  date="2009-01-28T18:50:30"
  subject="Re: [Caml-list] problem with LACAML and static linking">
<msg 
  url="2009/01/f30610f04f7b4db807127d0a6d946705"
  from="StÃ©phane Glondu &lt;steph@g...&gt;"
  author="StÃ©phane Glondu"
  date="2009-01-28T19:04:51"
  subject="Re: [Caml-list] problem with LACAML and static linking">
<msg 
  url="2009/01/5e0126ed6559a49ca434e3c15b0b63c1"
  from="Markus Mottl &lt;markus.mottl@g...&gt;"
  author="Markus Mottl"
  date="2009-01-28T19:24:45"
  subject="Re: [Caml-list] problem with LACAML and static linking">
</msg>
</msg>
</msg>
</msg>
</msg>
</msg>
</msg>
</msg>
</msg>
</thread>

<contents>
Hm, unfortunately not the first one.

&gt;&gt; /usr/lib/libblas.a(xerbla.o): In function `xerbla_':
&gt;&gt; (.text+0x0): multiple definition of `xerbla_'
&gt;&gt; /usr/lib/liblapack.a(xerbla.o):(.text+0x0): first defined here

It doesn't link...


Thanks,

Erick


On Wed, Jan 28, 2009 at 10:49 AM, Stéphane Glondu &lt;steph@glondu.net&gt; wrote:
&gt; Erick Matsen a écrit :
&gt;&gt; [...]
&gt;&gt; /usr/lib/libblas.a(xerbla.o): In function `xerbla_':
&gt;&gt; (.text+0x0): multiple definition of `xerbla_'
&gt;&gt; /usr/lib/liblapack.a(xerbla.o):(.text+0x0): first defined here
&gt;&gt; /usr/lib/ocaml/3.10.2/libasmrun.a(unix.o): In function `caml_dlopen':
&gt;&gt; (.text+0x223): warning: Using 'dlopen' in statically linked
&gt;&gt; applications requires at runtime the shared libraries from the glibc
&gt;&gt; version used for linking
&gt;&gt; /usr/lib/ocaml/3.10.2/libunix.a(getgr.o): In function `unix_getgrgid':
&gt;&gt; ... similar messages ....
&gt;&gt; [...]
&gt;
&gt; These are warnings, aren't they? Doesn't your program run if you ignore
&gt; them? The warnings concern ocaml runtime, so I guess you cannot do much
&gt; about it...
&gt;
&gt;
&gt; Cheers,
&gt;
&gt; --
&gt; Stéphane
&gt;
&gt;

</contents>

</message>

