From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe44.google.com (mail-vs1-xe44.google.com [IPv6:2607:f8b0:4864:20::e44]) by sourceware.org (Postfix) with ESMTPS id 475973851C26 for ; Sun, 25 Oct 2020 09:05:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 475973851C26 Received: by mail-vs1-xe44.google.com with SMTP id s6so3172690vss.13 for ; Sun, 25 Oct 2020 02:05:57 -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:references:in-reply-to:from:date :message-id:subject:to; bh=/LJXYji0Y8euqawgI2kvBWkZ0UHr6D3qk5y6ob8eRJY=; b=oygzzAD76sKDA47Bfhwh+Y4sBy03+0czr7ufyjRIbLWL83ex3WNwgQnW4hxuFJNkNw XNyi9g1zpUr5Q1pizoSPKr7cJRpJ+i5MLp2mnBig2JYG/x3VfCZAjUDKJ8Ca4a99IGUi mLwG+ICQUkqZB0twJ5CU33fU/bK0GD4RTX83YDzNcVAbOy28YMNZLMvC9qIGHeUrgj8D aawzV/BXIDDFzcy3+a2R8gA2LGkcmhHCXUaWpGhLHIojCUTPkyBEriZK0opHPc87X0jZ SphIvJ8oEaExosm9XJXFMiOcAGUAmEC1uhnDsp54vUuZOXdBjALzN6C6R/knBSoLnWLT G2YQ== X-Gm-Message-State: AOAM53014WEcctsgSn4KvErScx59RW5XUrowsW0fT7hNXRoiC978wIuV RptuUjcKFe127bv6DoM32uqLqvu2Ig0lSEBlbdyZlfNE X-Google-Smtp-Source: ABdhPJwc/E7nm+4TUPhL8hOU5l7EVgl/mKHFggXwvnlj/EDYS6UnHt8JW6DfxPuanfkivF0pphThvTXhIuwalALxB48= X-Received: by 2002:a67:ef0f:: with SMTP id j15mr10594799vsr.7.1603616756498; Sun, 25 Oct 2020 02:05:56 -0700 (PDT) MIME-Version: 1.0 References: <2111881895.3069057.1603601059475.ref@mail.yahoo.com> <2111881895.3069057.1603601059475@mail.yahoo.com> <87o8kqwx9i.fsf@Rainer.invalid> In-Reply-To: From: Jim McNamara Date: Sun, 25 Oct 2020 05:05:45 -0400 Message-ID: Subject: Fwd: Unable to extract GMP version information from gmp_version :mingw To: Cygwin X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2020 09:05:59 -0000 Hi Brian and Achim, I built gnucobol with cygwin and mingw. I may not need cross compiling. I read that the permissions are easier to deal with in mingw so I got out the mingw tools. I thought that I'd try out deploying a program under mingw with cygwin outside cygwin without the permission issues i ran into with posix/windows. Thanks, Roboloki ---------- Forwarded message --------- From: Jim McNamara Date: Sun, Oct 25, 2020, 4:12 AM Subject: Fwd: Unable to extract GMP version information from gmp_version :mingw To: Cygwin Thanks Achim. I fixed the ld_library_path. I was wondering about the tip you gave me on devel packages not being split from runtime in mingw. Now I know for sure. I since added the bin directory to path for the mingw files for the x64 directory. Very cool. I have to crash now. I will work on this later today. Have a good night. Roboloki ---------- Forwarded message --------- From: Achim Gratz Date: Sun, Oct 25, 2020, 4:01 AM Subject: Re: Unable to extract GMP version information from gmp_version :mingw To: Jim McNamara via Cygwin writes: > I am experimenting with mingW64 with cygwin. Have you ever used a cross-compilation toolchain before? > My ./configure looks like this: > $ echo $LD_LIBRARY_PATHC:/cygwin/lib Not sure what you are trying to achieve there, but even if it was working it would be wrong. > $ ./configure --prefix=/home/user/cobol-3.1-rc1 --host=x86_64-w64-mingw32 Is your configure script set up to actually work with cross-compilation? Your output doesn't seem to contain any notion of the configury checking the cross toolchain. > I installed the gmp package for mingw64. Correct. > I went in and installed libgmp mingW64 package and the headers for in > devel section of the cygwin installer. Whatever devel package you found there is most likely for Cygwin, but it's hard to know without the package name. The mingw64-* packages are all standalone devel packages, only the Cygwin packages are split into runtime and devel. > I have the file libgmp.dll.a in c:/cygwin/lib That's not the link library for MingW, but for Cygwin. > Please let me know if there is anything i can do to get past this error. Maybe you look at some of the cross-compiled stuff in Cygwin and take it from there? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple