Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14th January 2005, 05:26 AM
Dygear's Avatar
Dygear Offline
Registered User
 
Join Date: Jan 2005
Location: New York, NY.
Age: 24
Posts: 56
TuxKart (x86_64)

Ok I am trying to compile my own Tuxkart as It did not come with my disrto (FC3).

But I am getting these errors :

Mesa 6.2.1 :
Code:
[root@localhost Mesa-6.2.1]# make linux-x86_64
make: *** No rule to make target `linux-x86_64'.  Stop.
[root@localhost Mesa-6.2.1]# make linux-x86
(cd configs && rm -f current && ln -s linux-x86 current)
make default
make[1]: Entering directory `/root/Mesa-6.2.1'
make[2]: Entering directory `/root/Mesa-6.2.1/src'
Making sources for linux-x86
make[3]: Entering directory `/root/Mesa-6.2.1/src/mesa'
make[4]: Entering directory `/root/Mesa-6.2.1/src/mesa'
make[5]: Entering directory `/root/Mesa-6.2.1/src/mesa/x86'
make[5]: Nothing to be done for `default'.
make[5]: Leaving directory `/root/Mesa-6.2.1/src/mesa/x86'
gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -I/usr/X11R6/include x86/common_x86_asm.S -o x86/common_x86_asm.o
x86/common_x86_asm.S: Assembler messages:
x86/common_x86_asm.S:55: Error: suffix or operands invalid for `pushf'
x86/common_x86_asm.S:56: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:59: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:60: Error: suffix or operands invalid for `popf'
x86/common_x86_asm.S:61: Error: suffix or operands invalid for `pushf'
x86/common_x86_asm.S:62: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:77: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:78: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:91: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:92: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:100: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:104: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:112: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:117: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:125: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:130: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:138: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:143: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:170: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:186: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:187: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:188: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:189: Error: suffix or operands invalid for `push'
make[4]: *** [x86/common_x86_asm.o] Error 1
make[4]: Leaving directory `/root/Mesa-6.2.1/src/mesa'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/root/Mesa-6.2.1/src/mesa'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/root/Mesa-6.2.1/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/root/Mesa-6.2.1'
make: *** [linux-x86] Error 2
__________________
CPU: AMD Athlon 64 X2 4400+ Toledo
Motherboard: ASUS A8V Socket 939 VIA K8T800 Pro
Videocard: nVidia GeForce 6800 GT (256MB) AGP 8x.
Memory: SimpleTech 1GiB DDR (PC-3200)
Storage: 1x WD 80GiB (IDE) @ 7200RPM | 2x WD 80 GiB (S-ATA) @ 7200RPM
Media: Optorite Black CD/DVD RW Drive
OS: Fedora Core 6 / Windows XP Home

Last edited by Dygear; 14th January 2005 at 05:31 AM.
Reply With Quote
  #2  
Old 14th January 2005, 05:26 AM
Dygear's Avatar
Dygear Offline
Registered User
 
Join Date: Jan 2005
Location: New York, NY.
Age: 24
Posts: 56
Mesa 6.2.1

Mesa 6.2.1 :
Code:
[root@localhost ~]# cd M
MajorVic.png          MesaLib-6.2.1.tar.gz
Mesa-6.2.1/           Mette-Marit.mpeg
[root@localhost ~]# cd Mcd MesaLib-6.2.1.tar.gz
bash: cd: Mcd: No such file or directory
[root@localhost ~]# cd Mcd MesaLib-6.2.1
bash: cd: Mcd: No such file or directory
[root@localhost ~]# cd MesaLib-6.2.1
bash: cd: MesaLib-6.2.1: No such file or directory
[root@localhost ~]# cd MesaLib-6.2.1/
bash: cd: MesaLib-6.2.1/: No such file or directory
[root@localhost ~]# cd Mesa-6.2.1 [root@localhost Mesa-6.2.1]# make linux-x86_64
make: *** No rule to make target `linux-x86_64'.  Stop.
[root@localhost Mesa-6.2.1]# clear

[root@localhost Mesa-6.2.1]# make linux-x86_64
make: *** No rule to make target `linux-x86_64'.  Stop.
[root@localhost Mesa-6.2.1]# make linux-x86
(cd configs && rm -f current && ln -s linux-x86 current)
make default
make[1]: Entering directory `/root/Mesa-6.2.1'
make[2]: Entering directory `/root/Mesa-6.2.1/src'
Making sources for linux-x86
make[3]: Entering directory `/root/Mesa-6.2.1/src/mesa'
make[4]: Entering directory `/root/Mesa-6.2.1/src/mesa'
make[5]: Entering directory `/root/Mesa-6.2.1/src/mesa/x86'
make[5]: Nothing to be done for `default'.
make[5]: Leaving directory `/root/Mesa-6.2.1/src/mesa/x86'
gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -I/usr/X11R6/include x86/common_x86_asm.S -o x86/common_x86_asm.o
x86/common_x86_asm.S: Assembler messages:
x86/common_x86_asm.S:55: Error: suffix or operands invalid for `pushf'
x86/common_x86_asm.S:56: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:59: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:60: Error: suffix or operands invalid for `popf'
x86/common_x86_asm.S:61: Error: suffix or operands invalid for `pushf'
x86/common_x86_asm.S:62: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:77: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:78: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:91: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:92: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:100: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:104: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:112: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:117: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:125: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:130: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:138: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:143: Error: suffix or operands invalid for `pop'
x86/common_x86_asm.S:170: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:186: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:187: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:188: Error: suffix or operands invalid for `push'
x86/common_x86_asm.S:189: Error: suffix or operands invalid for `push'
make[4]: *** [x86/common_x86_asm.o] Error 1
make[4]: Leaving directory `/root/Mesa-6.2.1/src/mesa'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/root/Mesa-6.2.1/src/mesa'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/root/Mesa-6.2.1/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/root/Mesa-6.2.1'
make: *** [linux-x86] Error 2
[root@localhost Mesa-6.2.1]#
__________________
CPU: AMD Athlon 64 X2 4400+ Toledo
Motherboard: ASUS A8V Socket 939 VIA K8T800 Pro
Videocard: nVidia GeForce 6800 GT (256MB) AGP 8x.
Memory: SimpleTech 1GiB DDR (PC-3200)
Storage: 1x WD 80GiB (IDE) @ 7200RPM | 2x WD 80 GiB (S-ATA) @ 7200RPM
Media: Optorite Black CD/DVD RW Drive
OS: Fedora Core 6 / Windows XP Home
Reply With Quote
  #3  
Old 14th January 2005, 05:27 AM
Dygear's Avatar
Dygear Offline
Registered User
 
Join Date: Jan 2005
Location: New York, NY.
Age: 24
Posts: 56
Plib 1.8.3

PLIB 1.8.3 :
Code:
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
includedir changed to ${prefix}/include/plib libdir is ${exec_prefix}/lib
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking build system type... x86_64-unknown-linux
checking host system type... x86_64-unknown-linux
checking for X... no
checking for pthread_create in -lpthread... no
checking for glNewList in -lGL... no
checking for glNewList in -lMesaGL... no
configure: error: could not find working GL library
__________________
CPU: AMD Athlon 64 X2 4400+ Toledo
Motherboard: ASUS A8V Socket 939 VIA K8T800 Pro
Videocard: nVidia GeForce 6800 GT (256MB) AGP 8x.
Memory: SimpleTech 1GiB DDR (PC-3200)
Storage: 1x WD 80GiB (IDE) @ 7200RPM | 2x WD 80 GiB (S-ATA) @ 7200RPM
Media: Optorite Black CD/DVD RW Drive
OS: Fedora Core 6 / Windows XP Home
Reply With Quote
  #4  
Old 21st January 2005, 05:38 PM
ajmaidak Offline
Registered User
 
Join Date: Dec 2004
Posts: 11
I had no problem building with just a simple "./configure", "make" on my fedora core 3 x86_64 machine. Since you specified x86 it looks like its trying it compile in some i32 assembly optimizations that won't work on your AMD64 machine.

Last edited by ajmaidak; 21st January 2005 at 11:00 PM.
Reply With Quote
Reply

Tags
tuxkart, x8664

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Neverball and Super TuxKart pcmanrules Gamers' Lounge 7 12th May 2008 11:08 AM
Installing latest kernel-smp-2.6.15-1.1830_FC4.x86_64.rpm on FC3 x86_64 kmkale EOL (End Of Life) Versions 0 4th February 2006 08:56 AM


Current GMT-time: 04:07 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat