This is the mail archive of the xconq7@sourceware.cygnus.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Compilation Problem


Hi,

So, as I promised, I'm starting on a series of questions. :)
The first one is... as you would guess, a stupid compilation
question. :)

First of all, some info on my system. The uname -a command
returns the following:

SunOS madrid 5.5.1 Generic_103640-03 sun4m sparc SUNW,SPARCstation-10

which basically means that I have a species of the Solaris OS.

I have configured the Makefile, disabling SelFile and targeting
everything into my xconq directory:

./configure --disable-selfile --prefix=/home/math/leokor/xconq-7.1.0

After that, I was able to run 

make all-xconq

without any trouble. However, when I attempted to run

make install-xconq

I got the following echoes and error messages:

Making /home/math/leokor/xconq-7.1.0...
Making /home/math/leokor/xconq-7.1.0...
Making /home/math/leokor/xconq-7.1.0/bin...
Making /home/math/leokor/xconq-7.1.0/lib/xconq...
Making /home/math/leokor/xconq-7.1.0/man...
Making /home/math/leokor/xconq-7.1.0/man/man6...
Making /home/math/leokor/xconq-7.1.0/info...
srcroot=`cd ./..; pwd`; export srcroot; \
for i in `ls ./*.dir ./*.g ./*.imf ./news.txt`; do \
        echo $i; \
        install -c -m 644 ./$i /home/math/leokor/xconq-7.1.0/lib/xconq; \
done
./1756.g
install: The -c, -f, -n options each require a directory following!
*** Error code 2
make: Fatal error: Command failed for target `install-only'
Current working directory /home/math/leokor/xconq-7.1.0/lib
*** Error code 1
make: Fatal error: Command failed for target `install-lib'

Of course, I can still run the game from the x11 subdirectory
with the -L ../lib option. But I think that installtion bug
might have to be fixed somehow. :)

Sincerely,

Leonid Korogodsky



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]