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

make bug in cvs version #8392

Closed
vicuna opened this issue Dec 1, 2003 · 2 comments
Closed

make bug in cvs version #8392

vicuna opened this issue Dec 1, 2003 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 1, 2003

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

Bug description

Full_Name: john skaller
Version: cvs
OS:
Submission from: proxy8.tpgi.com.au (203.26.24.218)

make world.opt

......

cd stdlib; make allopt
make[1]: Entering directory /mnt/local/src/cvsocaml/ocaml/stdlib' ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -nopervasives -c pervasives.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c array.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c list.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c char.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c string.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c sys.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c hashtbl.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c sort.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c marshal.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c obj.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c int32.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c int64.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c nativeint.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c lexing.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c parsing.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c set.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c map.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c stack.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c queue.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c stream.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c buffer.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c printf.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c format.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c scanf.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c arg.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c printexc.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c gc.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c digest.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c random.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -c callback.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -inline 0 camlinternalOO.mlCannot find file std_exit.cmx make[1]: *** [camlinternalOO.cmx] Error 2 make[1]: Leaving directory /mnt/local/src/cvsocaml/ocaml/stdlib'
make: *** [libraryopt] Error 2

@vicuna
Copy link
Author

vicuna commented Dec 2, 2003

Comment author: administrator

From: skaller@ozemail.com.au

make world.opt

......

cd stdlib; make allopt
make[1]: Entering directory /mnt/local/src/cvsocaml/ocaml/stdlib' ...... ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -inline 0 camlinternalOO.mlCannot find file std_exit.cmx make[1]: *** [camlinternalOO.cmx] Error 2 make[1]: Leaving directory /mnt/local/src/cvsocaml/ocaml/stdlib'
make: *** [libraryopt] Error 2

Stupid of me: there is no -c flag in the above command...
This is now fixed.

 Jacques

@vicuna
Copy link
Author

vicuna commented Dec 8, 2003

Comment author: administrator

see also #8387
fixed JG 2003-12-02

@vicuna vicuna closed this as completed Dec 8, 2003
@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