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

sigaltstack sur FreeBSD #8282

Closed
vicuna opened this issue Sep 14, 2003 · 1 comment
Closed

sigaltstack sur FreeBSD #8282

vicuna opened this issue Sep 14, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Sep 14, 2003

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

Bug description

Hello,

Problème avec 3.07+beta2 sur FreeBSD. La compilation de
ocamlc.opt (make world.opt) echoue:

boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -ccopt "-Wl,-E" -o
ocamlc.opt utils/misc.cmx utils/tbl.cmx utils/config.cmx
utils/clflags.cmx utils/terminfo.cmx
utils/ccomp.cmx utils/warnings.cmx utils/consistbl.cmx parsing/linenum.cmx
parsing/location.cmx parsing/longident.cmx parsing/syntaxerr.cmx
parsing/parser.cmx parsing/lexer.cmx parsing/parse.cmx
parsing/printast.cmx typing/ident.cmx typing/path.cmx typing/primitive.cmx
typing/types.cmx typing/btype.cmx typing/oprint.cmx typing/subst.cmx
typing/predef.cmx typing/datarepr.cmx typing/env.cmx typing/typedtree.cmx
typing/ctype.cmx typing/printtyp.cmx typing/includeclass.cmx
typing/mtype.cmx typing/includecore.cmx typing/includemod.cmx
typing/parmatch.cmx typing/typetexp.cmx typing/stypes.cmx
typing/typecore.cmx typing/typedecl.cmx typing/typeclass.cmx
typing/typemod.cmx bytecomp/lambda.cmx bytecomp/printlambda.cmx
bytecomp/typeopt.cmx bytecomp/switch.cmx bytecomp/matching.cmx
bytecomp/translobj.cmx bytecomp/translcore.cmx bytecomp/translclass.cmx
bytecomp/translmod.cmx bytecomp/simplif.cmx bytecomp/runtimedef.cmx
bytecomp/meta.cmx bytecomp/instruct.cmx bytecomp/bytegen.cmx
bytecomp/printinstr.cmx bytecomp/opcodes.cmx bytecomp/emitcode.cmx
bytecomp/bytesections.cmx bytecomp/dll.cmx bytecomp/symtable.cmx
bytecomp/bytelink.cmx bytecomp/bytelibrarian.cmx bytecomp/bytepackager.cmx
driver/pparse.cmx driver/errors.cmx driver/compile.cmx
driver/main_args.cmx driver/main.cmx asmrun/meta.o asmrun/dynlink.o
-cclib "-lm -lcurses -pthread"
stdlib/libasmrun.a(signals.o): In function init_signals': signals.o(.text+0x4f9): undefined reference to sigaltstack'
Error during linking

configure donne:
System stack overflow can be detected.
contrairement à ocaml 3.06:
Cannot detect system stack overflow.

Voici ce que donne uname -a:
FreeBSD cedre 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002
root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC i386

Dites-moi si vous avez besoin de plus d'infos.

-- Alain

@vicuna
Copy link
Author

vicuna commented Sep 25, 2003

Comment author: administrator

Fixed by XL 2003-09-25

@vicuna vicuna closed this as completed Sep 25, 2003
@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