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 during make opt command, based on research isses detect platform type of s390x #5750

Closed
vicuna opened this issue Sep 1, 2012 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Sep 1, 2012

Original bug ID: 5750
Reporter: tficon
Status: closed (set by @alainfrisch on 2013-06-14T12:27:24Z)
Resolution: won't fix
Priority: normal
Severity: minor
Platform: s390x
OS: SLES
OS Version: 11 SP1
Version: 4.00.0
Category: configure and build/install

Bug description

make[1]: *** No rule to make target none.o', needed by libasmrun.a'. Stop. make: *** [runtimeopt] Error 2

@vicuna
Copy link
Author

vicuna commented Sep 8, 2012

Comment author: @xavierleroy

Well, the cause of your symptom is that OCaml's native-code compiler does not have a code generator for the architecture you're using (IBM S/390, right?). The "configure" script mentioned that in the report it prints at the end. As written in the INSTALL file, step 4, in this situation you should stop at "make world", skip "make opt" and "make opt.opt", and go straight to "make install".

Now, to handle this report, I'd like to know what you are complaining about, exactly:

1- That S/390 is not supported by OCaml's native compiler? There is very little chance that this will ever happen, given that you are the first to ask and that we don't have access to a S/390 machine. You might, however, be able to contract with a service company to have a S/390 code generator developed specially for you.

2- That the error reported by "make opt" could be clearer? This I can agree with, but it's definitely not a major issue.

Sincerely,

  • Xavier Leroy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant