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

Compilation succeeds on SunOS sparc after minor fix in make files #4576

Closed
vicuna opened this issue Jul 10, 2008 · 0 comments
Closed

Compilation succeeds on SunOS sparc after minor fix in make files #4576

vicuna opened this issue Jul 10, 2008 · 0 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 10, 2008

Original bug ID: 4576
Reporter: giorgidze
Status: closed (set by @damiendoligez on 2008-07-11T13:09:19Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 3.10.2
Fixed in version: 3.10.3+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

./configure -prefix $HOME
gmake world

At first compilation failed because of ilegal arguments of ln in make script.

I had to replace every occurrence of "ln -sf " to "ln -f -s " in make files as it was requried in usage instructions of ln. This fixed the problem and compiled OCaml succesfully.

Here is the platform details I compiled OCaml on

uname -a
SunOS marian 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-280R

Cheers, George

@vicuna vicuna closed this as completed Jul 11, 2008
@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