X-Recipient: archive-cygwin AT delorie DOT 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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=NJkit2/q6fElT4npC5/OG257X3TXN AzjIPp7u811ndAd37FEFaHqvM/OflUzvawArYJn40Mw7X82vnHW3rVGbwIbVCpZD QQtkhC36diI3uE69nc46B4LxlkppYD8fAUSmoGiIZcdmWhDIYJXbTEFiqigdbfcc ika0Ap45OqhYyY= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=BKiPs44qlJUjioIw0qPG9u/JaKw=; b=wqB 42xuFvuM5+hN3EtmhXq79zs9fPAZRCshEceaIw0e1LQV9eyngqsSZ9iAMNUwoLi2 lSQ/Mls87ZQD6iNJ+L9YGEouG6EnuNeIKXDrx/opU/aru4+Ma5gmCC5LB6DvSk8h 7cZ89orEiXGTO15MbsMx2LkK5ZQ5NlsajdsIDlMU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=machine's, Reason, HX-Received:Fri X-HELO: mail-lf0-f48.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=rRoaLjc17iR6WmNUn/pEwx9tcnpNgMVKr6G3QxGWT9M=; b=rlpb7miMGSLyO9UWJbzp5/3pFlupX6jQ6I+S96fWvU2tj9c7TyRiAgpsJ4CdtZa3A1 QoglB50/K9OVWtcC1i3FsmP+tpcSxshqi2MOu62Xyeu8E2zvmDuzFXeCm8+5ONl27mAT HcSFjbzqFdSmuufitUFIYaMrhsY2lR3RHzdwLkI3W89l9qTmrGT101WarcVtwLUyRmHg 4YiXsuNliUdnANZobOkh2fF6kYQWO4ogcGH4ldGln6P+MycUIQ5s/4E5AvYtrAJBdd+A PYEX7HOd+u7xVNVx/grqKyIq0Au1rH347eAXwUEYnCdXRsql48L2Um50l1B7jns3vYDC n+Cw== X-Gm-Message-State: AN3rC/4O0SvdSFclMFf/YCjHreSgGtCnwNUSOZqmcOQaI4XjSnS6nSvY hIw/XuapSnxAQ/9ngt9oGASSXqR7am+j X-Received: by 10.46.32.226 with SMTP id g95mr15588144lji.131.1493968540520; Fri, 05 May 2017 00:15:40 -0700 (PDT) MIME-Version: 1.0 From: Andy Li Date: Fri, 5 May 2017 15:15:09 +0800 Message-ID: Subject: camlp4o Fatal error: cannot load shared library dllunix To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Hi, I'm having issue with the camlp4 Cygwin package (ocaml-camlp4-4.04+1-1) in the 64-bit Cygwin. When I run camlp4o, it returns an error: > $ camlp4o > Fatal error: cannot load shared library dllunix > Reason: flexdll error: cannot relocate RELOC_REL32, target is too far: 0xfffffffc0dad8b5f 0xdad8b5f I tried rebaseall, but it didn't help. I notice that ocaml-camlp4 depends on ocaml-base, which is "Obsoleted by ocaml" according to https://cygwin.com/cgi-bin2/package-grep.cgi?grep=ocaml-base&arch=x86_64 Could it be the source of error? Interestingly, camlp4o works correctly in my 32-bit Cygwin, but not 64-bit one. I wonder if anyone can reproduce the problem, or it's just my machine's issue? Any help is appreciated. Best regards, Andy -- 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