Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error installing labltk under cygwin #3223

Closed
vicuna opened this issue Feb 26, 2002 · 1 comment
Closed

error installing labltk under cygwin #3223

vicuna opened this issue Feb 26, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 26, 2002

Original bug ID: 930
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Alain Lesdalons
Version: Objective Caml 3.04
OS: Cygwin
Submission from: 212.1.26.100 (212.1.26.100)

Under Windows 2000 / Cygwin 1.3.9-1 / Xfree86 / gcc 2.95.3-5

I tried to solve the problem of the configure script in 2 ways:
1- creating a symbolic link in /usr/include t /usr/X11R6/include/X11
or,
2- bypassing the test :
elif test "$ostype" = "Cygwin"; then
has_tk=true
In both cases, the configuration process labltk succeeds.

But, when running : make world
I have the following messages and I don't know what to do:


cd lib; make -f Makefile.gen; make
make[2]: Entering directory /Ocaml/otherlibs/labltk/lib' make[2]: Nothing to be done for all'.
make[2]: Leaving directory /Ocaml/otherlibs/labltk/lib' make[2]: Entering directory /Ocaml/otherlibs/labltk/lib'
../../../boot/ocamlrun ../../../ocamlc -I ../../../stdlib -linkall -o
labltktop.exe -I ../support
-I ../../../toplevel toplevellib.cma labltk.cma
-I ../../unix unix.cma
-I ../../str str.cma
if false; then echo -dllpath /usr/local/lib/ocaml/labltk; fi
topmain.cmo
gcc: FilesObjective: No such file or directory
gcc: Camllib: No such file or directory
gcc: FilesObjective: No such file or directory
gcc: Camllib: No such file or directory
Error while building custom runtime system
make[2]: *** [labltktop.exe] Error 2
make[2]: Leaving directory /Ocaml/otherlibs/labltk/lib' make[1]: *** [all] Error 2 make[1]: Leaving directory /Ocaml/otherlibs/labltk'
make: *** [otherlibraries] Error 2

PLEASE? what do you think of this ?

Alain

@vicuna
Copy link
Author

vicuna commented Jun 20, 2002

Comment author: administrator

Looks like wrong OCAMLLIB variable + spaces in OCAMLLIB path. The latter is
fixed, the former is the user's problem.

@vicuna vicuna closed this as completed Jun 20, 2002
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant