X-Spam-Check-By: sourceware.org Message-ID: <45ABD485.8090900@affenkrieger.de> Date: Mon, 15 Jan 2007 20:22:45 +0100 From: Nils Kehrein User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 1.5.23: Program with GSL does not compile References: <45ABD396 DOT 3070401 AT uos DOT de> In-Reply-To: <45ABD396.3070401@uos.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-PMX-Spam: Gauge=IIIIIII, Probability=7%, Report=__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0 X-PMX-Spam-Level: IIIIIII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I tried to attach a test case but it didn't get through the mailfilter, so here it is: ~~ test_gsl.cpp 8< ~~~ #include int main(void) { gsl_matrix *M = gsl_matrix_alloc(1, 1); return 0; } ~~ >8 ~~ Regards, Nils. -- 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/