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

problem with -with-pthread under Digital Unix 4.0 #2339

Closed
vicuna opened this issue Dec 20, 1999 · 1 comment
Closed

problem with -with-pthread under Digital Unix 4.0 #2339

vicuna opened this issue Dec 20, 1999 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 20, 1999

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

Bug description

Full_Name: Vincent Poirriez
Version: 2.99
OS:
Submission from: estephe.inria.fr (128.93.11.95)
Submitted by: xleroy

pour info, lors de l'installation de la 2.99 sur dec alpha avec egcs
options de config: -with-pthread

Vincent

../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib -I ../../utils -I
../../ty
ping -I ../../bytecomp -o extract_crc dynlink.cma extract_crc.cmo
gcc -O -I../../byterun -fno-defer-pop -Wall -Wno-unused -D_REENTRANT -c
posix.c
In file included from
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.57/
include/excpt.h:85,
from
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.57/
include/pthread_exception.h:147,
from /usr/local/include/pthread.h:282,
from posix.c:19:
/usr/include/pdsc.h:506: warning: /*' within comment In file included from /usr/local/include/pthread.h:290, from posix.c:19: /usr/include/c_asm.h:193: parse error before asm'
posix.c: In function caml_mutex_finalize': posix.c:454: warning: passing arg 1 of stat_free' discards volatile' from poin ter target type posix.c: In function caml_condition_finalize':
ter target type
*** Exit 1
Stop.
*** Exit 1

@vicuna
Copy link
Author

vicuna commented Dec 20, 1999

Comment author: administrator

pour info, lors de l'installation de la 2.99 sur dec alpha avec egcs
options de config: -with-pthread
In file included from /usr/local/include/pthread.h:290,
from posix.c:19:
/usr/include/c_asm.h:193: parse error before `asm'

C'est un probleme connu de certaines versions de Digital Unix 4.0
(4.0D en particulier): les includes systeme contiennent des constructions
"asm" qui sont specifiques au compilateur cc de DUnix et que gcc ne comprend
pas. Je crois que ce probleme est corrige dans des versions plus recentes
de Digital Unix.

  • Xavier

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