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

[bignums] compilation fails if "as" not available #2580

Closed
vicuna opened this issue Oct 5, 2000 · 1 comment
Closed

[bignums] compilation fails if "as" not available #2580

vicuna opened this issue Oct 5, 2000 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Oct 5, 2000

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

Bug description

Full_Name: Judicael Courant
Version: 3.00
OS: SunOS sol 5.7 Generic_106541-04 sun4u sparc SUNW,Ultra-4

Submission from: 193.55.28.236 (193.55.28.236)

When trying to compile caml I did a
./configure -prefix /homes/courant/local/sun4
successfully

Then, "make world" complains that "as" is not found. I consider this is a bug
since
this should have been detected at configuration time. make world should not try
to
compile bignum if it can not succeed...

make[1]: Entering directory /homes/courant/local/src/ocaml-3.00/otherlibs/num' cd bignum; make supersparc-solaris CC="gcc -fno-defer-pop -Wall -Wno-unused" make[2]: Entering directory /homes/courant/local/src/ocaml-3.00/otherlibs/num/bignum'
rm -f ,* .,* *~ ## .emacs_[0-9] *.BAK .CKP core a.out
rm -f /, /., /~ /## /.emacs_[0-9] /.BAK /.CKP
rm -f o/
.o libbignum.a bztest testKerN
sed -e 's/_Bnn/Bnn/g' s/supersparcKerN.s > s/KerN.s
as s/KerN.s -o o/KerN.o
make[2]: as: Command not found
make[2]: *** [supersparc-solaris] Error 127
make[2]: Leaving directory
/homes/courant/local/src/ocaml-3.00/otherlibs/num/bignum' make[1]: *** [bignum/libbignum.a] Error 2 make[1]: Leaving directory /homes/courant/local/src/ocaml-3.00/otherlibs/num'
make: *** [otherlibraries] Error 2

@vicuna
Copy link
Author

vicuna commented Feb 20, 2001

Comment author: administrator

Fixed "configure" on 2001-01-25. Needs testing. -XL

@vicuna vicuna closed this as completed Feb 20, 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