From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18912 invoked by alias); 23 Apr 2002 14:25:48 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 18865 invoked from network); 23 Apr 2002 14:25:44 -0000 Received: from unknown (HELO viking.sophos.com) (194.203.134.132) by sources.redhat.com with SMTP; 23 Apr 2002 14:25:44 -0000 Received: from mercury.uk.sophos (mercury.uk.sophos [10.1.200.13]) by viking.sophos.com (Postfix) with ESMTP id 470C21D108 for ; Tue, 23 Apr 2002 15:25:43 +0100 (BST) Subject: -D ? To: java@gcc.gnu.org Message-ID: From: akos.szalay@sophos.com Date: Tue, 23 Apr 2002 09:38:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-SW-Source: 2002-04/txt/msg00322.txt.bz2 What does the -D switch do ? In the help it says "-D Define a with string '1' as its value", which is what I need, but when using it, I get an error "can't specify '-D' without '--main'. I try to compile together java and c code by using JNI (which works just fine in the version from 17/12/2001 - in 3.0.4 it seems to be broken). So what does the -D switch do, and what should I use instead to define a macro ? BTW, any estimation on the release of 3.1 ? A'kos