* Using LablTk in Windows NT
@ 2000-09-20 15:50 Kevin Backhouse
2000-09-21 0:02 ` Jacques Garrigue
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Backhouse @ 2000-09-20 15:50 UTC (permalink / raw)
To: caml-list
I would like to use the LablTk library in Windows NT, but I'm having some
trouble. I can compile modules that use the library, but I can't link them.
For example, if I try to compile "hello.ml", which is one of the LablTk
demos, I get the following error message:
ocamlc -I c:/ocaml/lib/labltk labltk.cma hello.ml
The name specified is not recognized as an
internal or external command, operable program or batch file.
Error while building custom runtime system
Can anyone explain what this message means? My only guess is that Tcl/Tk
isn't working properly, but my copy of ocamlbrowser seems to work fine.
Thanks,
Kevin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Using LablTk in Windows NT
2000-09-20 15:50 Using LablTk in Windows NT Kevin Backhouse
@ 2000-09-21 0:02 ` Jacques Garrigue
0 siblings, 0 replies; 2+ messages in thread
From: Jacques Garrigue @ 2000-09-21 0:02 UTC (permalink / raw)
To: kevinb; +Cc: caml-list
From: "Kevin Backhouse" <kevinb@comlab.ox.ac.uk>
> I would like to use the LablTk library in Windows NT, but I'm having some
> trouble. I can compile modules that use the library, but I can't link them.
> For example, if I try to compile "hello.ml", which is one of the LablTk
> demos, I get the following error message:
>
> ocamlc -I c:/ocaml/lib/labltk labltk.cma hello.ml
>
> The name specified is not recognized as an
> internal or external command, operable program or batch file.
> Error while building custom runtime system
>
> Can anyone explain what this message means? My only guess is that Tcl/Tk
> isn't working properly, but my copy of ocamlbrowser seems to work fine.
Try ocamlc -verbose to see the actual call to the linker.
One first possibility (too basic?) is that Visual C++ is not in your path.
Another one (not related with this error message, but who knows) is
that the linking libraries tcl83.lib and tk83.lib are not where
labltk.cma looks for them, that is c:\tcl\lib.
Regards,
Jacques Garrigue
---------------------------------------------------------------------------
Jacques Garrigue Kyoto University garrigue at kurims.kyoto-u.ac.jp
<A HREF=http://wwwfun.kurims.kyoto-u.ac.jp/~garrigue/>JG</A>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-09-21 7:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-20 15:50 Using LablTk in Windows NT Kevin Backhouse
2000-09-21 0:02 ` Jacques Garrigue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox