All of lore.kernel.org
 help / color / mirror / Atom feed
* AMD64 configure error
@ 2006-12-11 17:33 James Lockie
  2006-12-13 13:03 ` Marco Gerards
  0 siblings, 1 reply; 4+ messages in thread
From: James Lockie @ 2006-12-11 17:33 UTC (permalink / raw)
  To: grub-devel

checking if start is defined by the compiler... no
checking if _start is defined by the compiler... no
configure: error: neither start nor _start is defined

# gcc -v
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: 
/var/tmp/portage/sys-devel/gcc-4.1.1-r3/work/gcc-4.1.1/configure 
--prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1 
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include 
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1 
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/man 
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/info 
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include/g++-v4 
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec 
--enable-nls --without-included-gettext --with-system-zlib 
--disable-checking --disable-werror --disable-libunwind-exceptions 
--disable-multilib --disable-libmudflap --disable-libssp 
--disable-libgcj --enable-languages=c,c++,fortran --enable-shared 
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.1 (Gentoo 4.1.1-r3)




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: AMD64 configure error
  2006-12-11 17:33 AMD64 configure error James Lockie
@ 2006-12-13 13:03 ` Marco Gerards
  2006-12-13 13:25   ` Thomas Schwinge
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Gerards @ 2006-12-13 13:03 UTC (permalink / raw)
  To: The development of GRUB 2

James Lockie <bjlockie@lockie.ca> writes:

> checking if start is defined by the compiler... no
> checking if _start is defined by the compiler... no
> configure: error: neither start nor _start is defined

The reason this happens is that the 64 bits compiler is used to test
these things, while we do not need this 64 bits compiler.  This is
*VERY* annoying.

Does someone know how we can fix this properly?  And please don't come
with the add libraries bullshit, I won't do this.  GRUB 2 used to
compile fine to me, after which it was broken about 6 months ago.
This makes it very hard/annoying to me to work on GRUB 2 because my
primary systems are x86_64.

--
Marco




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: AMD64 configure error
  2006-12-13 13:03 ` Marco Gerards
@ 2006-12-13 13:25   ` Thomas Schwinge
  2006-12-13 13:55     ` Marco Gerards
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Schwinge @ 2006-12-13 13:25 UTC (permalink / raw)
  To: The development of GRUB 2

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

Hello!

On Wed, Dec 13, 2006 at 02:03:58PM +0100, Marco Gerards wrote:
> James Lockie <bjlockie@lockie.ca> writes:
> > checking if start is defined by the compiler... no
> > checking if _start is defined by the compiler... no
> > configure: error: neither start nor _start is defined
> 
> The reason this happens is that the 64 bits compiler is used to test
> these things, while we do not need this 64 bits compiler.  This is
> *VERY* annoying.
> 
> Does someone know how we can fix this properly?

If I could get (shell) access to such a 64-bit system, I could have a
look.


Regards,
 Thomas

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: AMD64 configure error
  2006-12-13 13:25   ` Thomas Schwinge
@ 2006-12-13 13:55     ` Marco Gerards
  0 siblings, 0 replies; 4+ messages in thread
From: Marco Gerards @ 2006-12-13 13:55 UTC (permalink / raw)
  To: The development of GRUB 2

Thomas Schwinge <tschwinge@gnu.org> writes:

Hi Thomas,

> On Wed, Dec 13, 2006 at 02:03:58PM +0100, Marco Gerards wrote:
>> James Lockie <bjlockie@lockie.ca> writes:
>> > checking if start is defined by the compiler... no
>> > checking if _start is defined by the compiler... no
>> > configure: error: neither start nor _start is defined
>> 
>> The reason this happens is that the 64 bits compiler is used to test
>> these things, while we do not need this 64 bits compiler.  This is
>> *VERY* annoying.
>> 
>> Does someone know how we can fix this properly?
>
> If I could get (shell) access to such a 64-bit system, I could have a
> look.

Thanks a lot for this offer!  At the moment I am working on something
for work and have to reboot quite often.  But after this is done I
will give you an account on this box (I guess this will be after the
weekend).

--
Marco




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-13 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-11 17:33 AMD64 configure error James Lockie
2006-12-13 13:03 ` Marco Gerards
2006-12-13 13:25   ` Thomas Schwinge
2006-12-13 13:55     ` Marco Gerards

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.