This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mingw32 - libtool - compiling error


Today I have update my Cygwin and thus it started giving error at the
end of compiling. Using Compiler Mingw32 Libtool for cross platform
compiling

 In function 'main':
 xxx.c:315:3: warning: implicit declaration of function '_spawnv'
               [-Wimplicit-function-declaration]
 rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
 ^
 xxx.c:315:19: error: '_P_WAIT' undeclared (first use in this function)
   rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
               ^
 xxx.c:315:19: note: each undeclared identifier is reported only once
             for each function it appears in

I have also tried to find solution on Internet but didn't find any
thing as earlier solution was provided to use -mno-cygwin which is now
disabled.

Regards,
Vineet Gupta

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]