sankarshan wrote: > hi all,
> I am trying to build gcc 3.2 sources on cygwin- but i > cant get past errors like undefined reference to > _fputs_unlocked... > ive provided some screen dumps below ... guess it'll > be useful...please help...thanx. Since configure detects if these functions are available: > checking for fputc_unlocked... no > checking for fputs_unlocked... no > checking for fwrite_unlocked... no > checking for fprintf_unlocked... no these should never be used when compiling the sources. Gerrit -- =^..^= http://nyckelpiga.de/donate.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/