From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23416 invoked by alias); 7 Oct 2003 13:15:20 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 23397 invoked from network); 7 Oct 2003 13:15:19 -0000 Received: from unknown (HELO qbert.vosn.net) (205.214.76.4) by sources.redhat.com with SMTP; 7 Oct 2003 13:15:19 -0000 Received: from 66-108-3-173.nyc.rr.com ([66.108.3.173] helo=tpa21p) by qbert.vosn.net with asmtp (Exim 4.24) id 1A6rgP-0003cr-9q for gcc-help@gcc.gnu.org; Tue, 07 Oct 2003 07:15:21 -0600 Message-ID: <006601c38cd5$0363f130$ad036c42@tpa21p> From: "Sheryl Canter" To: Subject: cross compiling question Date: Tue, 07 Oct 2003 13:15:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - qbert.vosn.net X-AntiAbuse: Original Domain - gcc.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - permutations.com X-SW-Source: 2003-10/txt/msg00083.txt.bz2 I'm new to the GCC compiler, so please excuse my very basic questions. I'm running Windows 2000 on my development computer and I want to compile programs for a Linux server. Can I do this with GCC? How do I set the target? Thanks in advance.