caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ocamlopt under win32
@ 2006-10-06 15:11 Philip A. Viton
  2006-10-09 16:32 ` [Caml-list] " Xavier Leroy
  0 siblings, 1 reply; 3+ messages in thread
From: Philip A. Viton @ 2006-10-06 15:11 UTC (permalink / raw)
  To: caml-list


Can anyone tell me what's going wrong here?

Computer: running win xp/sp2 on amd 64
ocamlopt: 3.09.0
ms files: from visual studio 6

I try the following (the smallest independent part of the Hevea distribution):

==== non verbose =====


C:\ProgramFiles\OCaml\hevea\hevea-1.09\native> 
c:\ProgramFiles\ocaml\bin\ocamlopt  -c bibhva.ml


C:\ProgramFiles\OCaml\hevea\hevea-1.09\native> 
c:\ProgramFiles\ocaml\bin\ocamlopt  -o bibhva.exe bibhva.cmx

libasmrun.lib(compact.obj) : error LNK2001: unresolved external symbol __ftol2
libasmrun.lib(ints.obj) : error LNK2001: unresolved external symbol __ftol2
libasmrun.lib(floats.obj) : error LNK2001: unresolved external symbol __ftol2
libasmrun.lib(major_gc.obj) : error LNK2001: unresolved external symbol __ftol2
libasmrun.lib(gc_ctrl.obj) : error LNK2001: unresolved external symbol __ftol2
bibhva.exe : fatal error LNK1120: 1 unresolved externals
Error during linking


===================== verbose


C:\ProgramFiles\OCaml\hevea\hevea-1.09\native>c:\ProgramFiles\ocaml\bin\ocamlopt
   -verbose -c bibhva.ml
+ ml /nologo /coff /Cp /c /Fo"bibhva.obj" "c:\temp\camlasmfaa835.asm">NUL

C:\ProgramFiles\OCaml\hevea\hevea-1.09\native>c:\ProgramFiles\ocaml\bin\ocamlopt
   -verbose -o bibhva.exe bibhva.cmx
+ ml /nologo /coff /Cp /c /Fo"c:\temp\camlstartupca51b3.obj" 
"c:\temp\camlstartu
p7461f9.asm">NUL
+ cl /nologo /MT /Fe"bibhva.exe" -I"C:\ProgramFiles\OCaml\lib" 
"c:\temp\camlstar
tupca51b3.obj" "C:\ProgramFiles\OCaml\lib\std_exit.obj" "bibhva.obj" 
"C:\Program
Files\OCaml\lib\stdlib.lib" 
"C:\ProgramFiles\OCaml\lib\libasmrun.lib" advapi32.
lib
libasmrun.lib(compact.obj) : error LNK2001: unresolved external symbol __ftol2
libasmrun.lib(ints.obj) : error LNK2001: unresolved external symbol __ftol2
libasmrun.lib(floats.obj) : error LNK2001: unresolved external symbol __ftol2
libasmrun.lib(major_gc.obj) : error LNK2001: unresolved external symbol __ftol2
libasmrun.lib(gc_ctrl.obj) : error LNK2001: unresolved external symbol __ftol2
bibhva.exe : fatal error LNK1120: 1 unresolved externals
Error during linking



This link failure (with the same unresolved externals message) 
appears for all other parts of the hevea distribution too, so it 
seems that something is going wrong with any attempt to link.



There's an earlier message on the list to the effect that VC6 isn't 
usable with the most recent ocaml distribution: is this really true?

There's also a remark in the most recent ocaml bugfix release to the 
effect that something is being fixed specifically for the AMD chip : 
could that be the problem?


Any help very gratefully received!



------------------------
Philip A. Viton
City Planning, Ohio State University
275 West Woodruff Avenue, Columbus OH 43210
viton.1@osu.edu


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-10-10  9:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-06 15:11 ocamlopt under win32 Philip A. Viton
2006-10-09 16:32 ` [Caml-list] " Xavier Leroy
2006-10-10  9:41   `  Dr. Axel Poigné 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).