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

Compiling OCaml fails to link dynlink.cma: Reference to undefined global `Assert_failure' #8435

Closed
vicuna opened this issue Jan 4, 2004 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jan 4, 2004

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

Bug description

Full_Name: Aleksey Nogin
Version: 3.07+13 (2004-01-04) from CVS
OS: Red Hat Linux 7.3
Submission from: charter-242-037.caltech.edu (131.215.242.37)

When trying to build OCaml, I am getting:

...

make[1]: Entering directory /mnt/spool/nogin/rpmBUILD/ocaml/otherlibs/dynlink' ../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp dynlink.mli ../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp dynlink.ml ../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -a -o dynlink.cma misc.cmo config.cmo tbl.cmo clflags.cmo consistbl.cmo ident.cmo path.cmo types.cmo btype.cmo predef.cmo runtimedef.cmo bytesections.cmo dll.cmo symtable.cmo opcodes.cmo meta.cmo dynlink.cmo ../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp extract_crc.ml ../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -o extract_crc dynlink.cma extract_crc.cmo Error while linking dynlink.cma(Misc): Reference to undefined global Assert_failure'
make[1]: *** [extract_crc] Error 2
make[1]: Leaving directory `/mnt/spool/nogin/rpmBUILD/ocaml/otherlibs/dynlink'
make: *** [otherlibraries] Error 2

@vicuna
Copy link
Author

vicuna commented Jan 4, 2004

Comment author: administrator

On Sunday, January 4, 2004, at 08:53 PM, nogin@cs.caltech.edu wrote:

Error while linking dynlink.cma(Misc):
Reference to undefined global `Assert_failure'

For a short while, I left the system with a non-boostrapped
compiler. If you do "make core; make coreboot", it'll fix
your problem. Or update from the CVS tree, it's already
fixed there.

-- Damien

@vicuna
Copy link
Author

vicuna commented Jan 4, 2004

Comment author: administrator

fixed 2004-01-04 -DD

@vicuna vicuna closed this as completed Jan 4, 2004
@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