Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Subject: linker can't find vasprint() X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Mon, 20 Jan 2003 17:44:24 +0200 Message-ID: <988BE481ACC95C429DCB909F74A3163A05D68C@exchange-il> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Maor Avni" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h0KFisj01251 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 #include 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? Thanks, Maor -- 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/