Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Compiling Fedora 16  (Read 1431 times)

DizzyFoxkit

  • Bay Watcher
    • View Profile
Compiling Fedora 16
« on: June 18, 2012, 12:01:54 am »

There used to be a really good post about compiling in Ubuntu, I cannot find that post anymore and am forced to relie on expertise greater than mine. I'm currently having problems with the 'make' command part of the compiling.

Code: [Select]
[root@LocalZatch lcs]# make
make  all-recursive
make[1]: Entering directory `/home/zatch/lcs'
Making all in src
make[2]: Entering directory `/home/zatch/lcs/src'
source='game.cpp' object='crimesquad-game.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I..  -DINSTALL_DATA_DIR=\"/usr/local/share\"  -I../src  -c -o crimesquad-game.o `test -f 'game.cpp' || echo './'`game.cpp
../depcomp: line 611: exec: g++: not found
make[2]: *** [crimesquad-game.o] Error 127
make[2]: Leaving directory `/home/zatch/lcs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zatch/lcs'
make: *** [all] Error 2

Now I'm not sure if it has something to do with a missing folder in /usr/local/share. I would love some help on this.

Thanks in advance,
Dizzy
« Last Edit: June 18, 2012, 01:05:43 am by DizzyFoxkit »
Logged

Carlos Gustavos

  • Bay Watcher
    • View Profile
Re: Compiling Fedora 16
« Reply #1 on: June 18, 2012, 07:55:22 am »

It says "g++: not found" so are you sure you have g++ installed?
Logged

DizzyFoxkit

  • Bay Watcher
    • View Profile
Re: Compiling Fedora 16
« Reply #2 on: June 18, 2012, 11:18:17 am »

that did it :) thanks.
Logged