Buenas, pues estoy en la intalación del wine pero me da un error. Después de buscar un rato he llegado a la página oficial dónde la gente da soluciones "bajate esto, descomprimelo y te andará".
Mi primera pregunta es... Linux puede alojar software malicioso?
(según tengo entendido SÍ, pero no funciona como en windows y no hay ni u tercio que para el).
Mi segunda pregunta que pilla de paso: Alguna idea?
# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
.LOG
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
configure:2612: $? = 0
configure:2619: gcc -m32 -V >&5
gcc: '-V' must come at the start of the command line
configure:2622: $? = 1
configure:2645: checking for C compiler default output file name
configure:2672: gcc -m32 conftest.c >&5
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/libgcc.a when searching for -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
collect2: ld returned 1 exit status
configure:2675: $? = 1
configure:2713: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.0-rc3"
| #define PACKAGE_STRING "Wine 1.0-rc3"
| #define PACKAGE_BUGREPORT "[email protected]"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2720: error: C compiler cannot create executables
See `config.log' for more details.
Espero no haberme emocionado poniendo eso... Con una respuesta a la primera pregunta agradezco y mucho!!
Mi primera pregunta es... Linux puede alojar software malicioso?
(según tengo entendido SÍ, pero no funciona como en windows y no hay ni u tercio que para el).
Mi segunda pregunta que pilla de paso: Alguna idea?
# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
.LOG
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
configure:2612: $? = 0
configure:2619: gcc -m32 -V >&5
gcc: '-V' must come at the start of the command line
configure:2622: $? = 1
configure:2645: checking for C compiler default output file name
configure:2672: gcc -m32 conftest.c >&5
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/libgcc.a when searching for -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
collect2: ld returned 1 exit status
configure:2675: $? = 1
configure:2713: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.0-rc3"
| #define PACKAGE_STRING "Wine 1.0-rc3"
| #define PACKAGE_BUGREPORT "[email protected]"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2720: error: C compiler cannot create executables
See `config.log' for more details.
Espero no haberme emocionado poniendo eso... Con una respuesta a la primera pregunta agradezco y mucho!!
Comment