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

3.02 doesn't build under OS X #2885

Closed
vicuna opened this issue Aug 1, 2001 · 2 comments
Closed

3.02 doesn't build under OS X #2885

vicuna opened this issue Aug 1, 2001 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 1, 2001

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

Bug description

Full_Name: Paul Haddad
Version: 3.02
OS: OS X
Submission from: cc529084-b.glou1.nj.home.com (24.23.78.8)

I get the following error in the make opt step.

ln -s ../byterun/custom.c custom.c
cc -I../byterun -DNATIVE_CODE -DTARGET_none -DSYS_unknown -O -c -o custom.o
custom.c
make[1]: *** No rule to make target none.o', needed by libasmrun.a'. Stop.
make: *** [runtimeopt] Error 2

The below is the config summary in case it helps
** Configuration summary **

Directories where Objective Caml will be installed:
binaries.................. /usr/local/bin
standard library.......... /usr/local/lib/ocaml
manual pages.............. /usr/local/man/man1 (with extension .1)
Configuration for the bytecode compiler:
C compiler used........... cc
options for compiling.....
options for linking....... -lm
Configuration for the native-code compiler:
(not supported on this platform)
Source-level replay debugger: supported
Configuration for the external libraries:
libraries supported ...... unix str num dynlink bigarray threads dbm
The "num" library:
target architecture ...... C
The "graph" library:
options for compiling ....
options for linking ...... not found
The "labltk" library: configuration failed

@vicuna
Copy link
Author

vicuna commented Aug 1, 2001

Comment author: administrator

I get the following error in the make opt step.

Not surprising, because:

Configuration for the native-code compiler:
(not supported on this platform)

This, however, is a bug in the auto-configuration script: the
native-code compiler is supported under MacOS X. We'll fix that.
Right now, you can try

    ./configure -host powerpc-apple-rhapsody
    make world
    make opt
  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Aug 8, 2001

Comment author: administrator

Fixed 2001-08-02 by XL.

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