This is the mail archive of the cygwin@cygwin.com 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]

Re: linker can't find vasprint()


Maor Avni wrote:
> Hi,
> 
> I've just learned to live with the fact that I don't have getsubopt()
> in a library, so I hard-included it into my project. 
> 
> Now I have the same problem with vasprint():
> 
> #include <stdlib.h>
> #include <stdio.h>
> 
> int main()
> {
>   vasprint(.....);
>   return 0;
> }
> 
> 
> the linked can't find a reference to vasprint(). I tried
> hard-including it, but it requires many files, so I gave up. 
> 
> Is there any global solution to this problem?

The yet-to-be-released cygwin-1.3.19.

Max.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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