X-Spam-Check-By: sourceware.org
Message-ID: <45ABD485.8090900@affenkrieger.de>
Date: Mon, 15 Jan 2007 20:22:45 +0100
From: Nils Kehrein <nils@affenkrieger.de>
User-Agent: Thunderbird 1.5.0.9 (Windows/20061207)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: 1.5.23: Program with GSL does not compile
References: <45ABD396.3070401@uos.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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 <gsl/gsl_matrix.h>

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/

