X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:content-type
	:content-transfer-encoding:mime-version; q=dns; s=default; b=Q5j
	OBEBD7UBncwn3EY7GXjhGlFRYWVKt4B6XMVvRc+eqJHFjKe44ParZaNfAfKjt/GF
	Y0trRDdyHx2UiyGTd8WALxzWnb3OZFCqXEnt9It+eGWcho45v34zcHwCb2quD4Vd
	ocB23Jh76pW9Brm7W4/vf8LsLBqtif/vPKnuuNxU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:content-type
	:content-transfer-encoding:mime-version; s=default; bh=lXfprFckr
	TxUB9fEWV0gb0u4WTw=; b=t6+DW6bkx/qL9G2Mm0VEdLmS9IHONTbfwMpx3FyoA
	AYmdjMk+WuuA9n0cf4rb6gI7Mu7sCvN1VtKGO7wMfDud0u29axcyAfOuBjovqxa2
	a9iP7h9PUts5fzfv2Om10SzPywqBCnNewNNyzoq7aan9JcscgL2kD852IYM9f49q
	T0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,TW_HK autolearn=ham version=3.3.1
From: Per Larsson <per.larsson@prover.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Problems with latest version of the ocaml package
Date: Sun, 9 Jun 2013 14:20:19 +0000
Message-ID: <A1D1AF6E2FD8704CBBA2F43BE6EB1188018FABE867@gaia>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r59EKUEd002952

Hi,

The latest version of the ocaml  (4.00.1) package seems broken. It is the linking phase using the native code compiler that do not work. Example output:

ocamlopt -o mlok2hll-1 str.cmxa util.cmx error.cmx id.cmx mlok.cmx parse.cmx lex.cmx hll.cmx compile.cmx main.cmx

** Cannot resolve symbols for /usr/lib/ocaml/libasmrun.a(freelist.o):
___chkstk_ms
** Cannot resolve symbols for /usr/lib/ocaml/libasmrun.a(md5.o):
___chkstk_ms
** Cannot resolve symbols for /usr/lib/ocaml/libasmrun.a(sys.o):
___chkstk_ms
File "caml_startup", line 1:
Error: Error during linking


There is nothing special with the inputs above, I get the same error on all of my ocaml projects.

Per

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


