Hello
Well, when i am trying to install playonlinux, it request to me icoutils, but when i am trying for install using "make" i get this error
[root@lxxx icoutils-0.29.1]# make install
make: *** No rule to make target `install'. Stop.
so i read in file "install" another way, but i get this:
[root@xxxx icoutils-0.29.1]# ./configure CC=c99 CFLAGS=-g LIBS=-lposix
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... c99
checking for C compiler default output file name...
configure: error: in `/home/xxx/Downloads/icoutils-0.29.1':
configure: error: C compiler cannot create executables
i have updated gcc, gcc ++, libetpan and kernel-headers kernel-devel.
it happend so when i tring to compile another file.
i am using fedora 16
Thanks.