[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#161416: marked as done (/usr/lib/crt1.o(.text+0x18): undefined reference to `main')



Your message dated Wed, 18 Sep 2002 16:27:33 -0700
with message-id <20020918232733.GB4909@tausq.org>
and subject line Bug#161416: /usr/lib/crt1.o(.text+0x18): undefined reference to `main'
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Sep 2002 22:05:49 +0000
>From marius@kotsbak.com Wed Sep 18 17:05:49 2002
Return-path: <marius@kotsbak.com>
Received: from solan.itea.ntnu.no [129.241.190.100] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17rmxA-0002dh-00; Wed, 18 Sep 2002 17:05:49 -0500
Received: from kotsbak.com (marius.item.ntnu.no [158.38.44.2])
	by solan.itea.ntnu.no (8.12.1/8.12.1) with ESMTP id g8IM5lVL012863
	for <submit@bugs.debian.org>; Thu, 19 Sep 2002 00:05:47 +0200 (MET DST)
Message-ID: <[🔎] 3D88F8C2.3000307@kotsbak.com>
Date: Thu, 19 Sep 2002 00:05:54 +0200
From: Marius Kotsbak <marius@kotsbak.com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: submit@bugs.debian.org
Subject: /usr/lib/crt1.o(.text+0x18): undefined reference to `main'
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org

Package: libc6-dev
Version: 2.2.5-14.2  (unstable)
Severity: serious


When I try: gcc `sdl-config --libs`
I get this error:
=============
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
=============

I am using Debian unstable: Linux 2.4.19w4l #3 i686 unknown

Marius Kotsbak


---------------------------------------
Received: (at 161416-done) by bugs.debian.org; 18 Sep 2002 23:26:16 +0000
>From randolph@tausq.org Wed Sep 18 18:26:16 2002
Return-path: <randolph@tausq.org>
Received: from gandalf.tausq.org (pippin.tausq.org) [64.81.244.94] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17roD2-0007WM-00; Wed, 18 Sep 2002 18:26:16 -0500
Received: by pippin.tausq.org (Postfix, from userid 1000)
	id EEE1ECD83C; Wed, 18 Sep 2002 16:27:33 -0700 (PDT)
Date: Wed, 18 Sep 2002 16:27:33 -0700
From: Randolph Chung <tausq@debian.org>
To: Marius Kotsbak <marius@kotsbak.com>, 161416-done@bugs.debian.org
Subject: Re: Bug#161416: /usr/lib/crt1.o(.text+0x18): undefined reference to `main'
Message-ID: <20020918232733.GB4909@tausq.org>
Reply-To: Randolph Chung <tausq@debian.org>
References: <[🔎] 3D88F8C2.3000307@kotsbak.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 3D88F8C2.3000307@kotsbak.com>
User-Agent: Mutt/1.4i
X-PGP: for PGP key, see http://www.tausq.org/pgp.txt
X-GPG: for GPG key, see http://www.tausq.org/gpg.txt
Delivered-To: 161416-done@bugs.debian.org

> When I try: gcc `sdl-config --libs`
> I get this error:
> =============
> /usr/lib/crt1.o: In function `_start':
> /usr/lib/crt1.o(.text+0x18): undefined reference to `main'
> collect2: ld returned 1 exit status
> =============
> 
> I am using Debian unstable: Linux 2.4.19w4l #3 i686 unknown

any this is a bug because....?

you can't compile an executable linked with libc that only has
other libraries and no main() function...

randolph



Reply to: