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

Link error with -pack #7954

Closed
vicuna opened this issue Nov 21, 2002 · 1 comment
Closed

Link error with -pack #7954

vicuna opened this issue Nov 21, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 21, 2002

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

Bug description

Full_Name: Achim Blumensath
Version: 3.06
OS: Linux 2.4.18, Slackware 8.1
Submission from: diabolo.informatik.rwth-aachen.de (137.226.53.122)

I tried to create a cmx file with the -pack option but got a linking error
because
the call to objdump failed. One of the modules has the form (revised syntax):

value table =
[|

about 6000 records of type {int, int, option list int}

|];

This caused a call to objdump with a commandline of more than 400000 bytes.
The corresponding location in the compiler sources includes a note (* FIXME *).

@vicuna
Copy link
Author

vicuna commented Nov 24, 2002

Comment author: administrator

Fixed 2002-11-24 by XL

@vicuna vicuna closed this as completed Nov 24, 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