X-Spam-Check-By: sourceware.org Message-ID: <3e71ff790603242016n784b8039n@mail.gmail.com> Date: Sat, 25 Mar 2006 05:16:12 +0100 From: "=?UTF-8?Q?Adam_Miedzi=C5=84ski?=" To: cygwin AT cygwin DOT com Subject: mainCRTstartup warning in ld MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-IsSubscribed: yes 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-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id k2P4GKpn020762 can sb know why (newest download cygwin) after compiling in "as" such a code: .global _start _start:movl $1,%eaxmovl $0,%ebxint $0x80 when i link with "ld" it shows warning about mainCRTstartup . .andwhen i try to run .. it crashes before code executed!and why such a simple program needs mainCRTstartup?