X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E79FF385840C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca X-Authority-Analysis: v=2.4 cv=Y6brDzSN c=1 sm=1 tr=0 ts=623619a2 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=t-P2uLe0FH_PZA4H:21 a=IkcTkHD0fZMA:10 a=94nOnFI1EgyDtX4ev68A:9 a=QEXdDO2ut3YA:10 a=HHGA1WNrS8vntIFjdbxN:22 Message-ID: <79540473-1c96-9a9a-0c19-3c5ecded6b27@SystematicSw.ab.ca> Date: Sat, 19 Mar 2022 11:57:53 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Content-Language: en-CA To: Cygwin From: Brian Inglis Subject: Re: this must be a common problem, but repeated searching is not finding an answer Organization: Systematic Software X-CMAE-Envelope: MS4xfPD/BDXFc+jT+/mA1teOs7Q4tQGvJp4UXwar/w123CI5xeoRDCekjPK9K42Q81eIWSLwhHi48MQgkR8Uvjv5qAeP+8xcjadjom4nPTmmoy5i4aH88Vaq VFAVWOxW4IFNjlO+6fv3N+jODGDNR8mzbXteJBxFh527SKTA3J8TZxCMEav0LWhGn4+JTd2Aw6J7kgSbqKzc7dzU+oDZM1aZUDQ= X-Spam-Status: No, score=-1160.9 required=5.0 tests=BAYES_00, FAKE_REPLY_A1, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Cygwin Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" On Sat, 19 Mar 2022 08:12:15 -0700, Achim Gratz wrote: > Clayton Cramer writes: >> I installed everything from the setup program, but executing bc gives >> "The code execution cannot proceed because readline4.dll was not >> found. Reinstalling the program may fix this problem." From where do >> I get readline4.dll? > Cygwin's bc does not depend on this library and it would not give you > this error message either. I suggest you try "/usr/bin/bc" from a > Cygwin shell and then think about what you want to have your PATH look > like. I wonder which setup program that was, and how your environment is set up? That message is from a native Windows port of bc, installed under/by Mingw/64, Msys/2, Chocolatey or some other native Windows port installer that does not handle library dependencies. You would have to install that environment's readline library using their setup program. If you have installed Cygwin, you must start it using (perhaps some minor variation of) the provided shortcuts, command files, or scripts, and ensure the Cygwin path is set with Cygwin /usr/bin/ near the start, possibly preceded by your own local script directory/-ies: e.g. $HOME/bin:/usr/local/bin:/usr/bin -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. [Data in binary units and prefixes, physical quantities in SI.] -- 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