lib readline

Mike Johnson mrjohnson at miketec.org
Mon Mar 5 17:38:45 PST 2007


Just a guess, but I imagine they're using gcc on Windows, maybe mingw. 
You don't want your library and D to use different C runtimes... bad 
things happen.

Best bet is to probably compile readline yourself...

Luís Marques wrote:
> Hello,
> 
> I want to use readline, and at the moment my codebase only compiles on 
> windows, so I searched for a windows package of readline and found:
> 
> http://gnuwin32.sourceforge.net/packages/readline.htm
> 
> I am unable to link with it though.
> I have tried to use coffimplib, but it tells me that the readline.lib 
> file is not a supported library.
> 
> Suggestions, please?
> 
> Luís


More information about the Digitalmars-d-learn mailing list