Re: Cygwin targetting mingw 32-bit
Vibhu Mohindra <[email protected]> Sun, 2 Oct 2022 05:03:28 +0200
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <VI1PR06MB432028B943ECB74E20220A4ACA589@VI1PR06MB4320.eurprd06.prod.outlook.com> |
On 02/10/2022 04:42, Vibhu Mohindra wrote: > To link the object files into an executable, -lbcrypt is needed but > missing. To put that better, the string "-lbcrypt" is needed in the gcc command invocation but is missing from the invocation. The actual library libbcrypt.a is _not_ missing. It's present in mingw's sys-root area, just as it should be, and is found automatically when the argument "-lbcrypt" is added to the gcc call. _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel