Jim Hyslop wrote:

> Linking...
> myndbm.obj : error LNK2001: unresolved external symbol _getdelim
> libdiff.lib(getline.obj) : error LNK2001: unresolved external symbol
> _getdelim
> .\WinDebug\cvs.exe : fatal error LNK1120: 1 unresolved externals
> Error executing link.exe.


That should be a quick fix - the getdelim function was factored into its
own file out of getline.c.  Most likely, the windows build files just
need the new files, getdelim.h, getdelim.c, and maybe a few others,
added to the Windows projects and Makefiles.

Regards,

Derek

-- 
Derek R. Price
CVS Solutions Architect
Ximbiot <http://ximbiot.com>
v: +1 717.579.6168
f: +1 717.234.3125
<mailto:[EMAIL PROTECTED]>



_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs

Reply via email to