| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <00af01c2c09b$f7f0c310$78d96f83@pomello> |
| From: | "Max Bowsher" <maxb AT ukf DOT net> |
| To: | "Maor Avni" <Maor DOT Avni AT ParthusCeva DOT com>, <cygwin AT cygwin DOT com> |
| References: | <988BE481ACC95C429DCB909F74A3163A05D68C AT exchange-il> |
| Subject: | Re: linker can't find vasprint() |
| Date: | Mon, 20 Jan 2003 15:52:42 -0000 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |