From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79031 invoked by alias); 5 May 2017 07:15:48 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 73838 invoked by uid 89); 5 May 2017 07:15:41 -0000 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 Received: from mail-lf0-f48.google.com (HELO mail-lf0-f48.google.com) (209.85.215.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 05 May 2017 07:15:40 +0000 Received: by mail-lf0-f48.google.com with SMTP id r17so19878627lfg.0 for ; Fri, 05 May 2017 00:15:42 -0700 (PDT) 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 Received: by 10.25.21.149 with HTTP; Fri, 5 May 2017 00:15:09 -0700 (PDT) From: Andy Li Date: Fri, 05 May 2017 07:15:00 -0000 Message-ID: Subject: camlp4o Fatal error: cannot load shared library dllunix To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-05/txt/msg00059.txt.bz2 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