Sorry, I should have been more tricky. I expected that somebody knows Axure, sry. This is the Axure on Windows: http://www.guuui.com/images/issue_illustrations/02_06/axure_big.jpg See the main window, where everything happens? So, apparently is just it that does not work on linux (not appear). The other windows just work if I detach them from the program (but at least, them work). I tried on wine-1.3.10 - the Fedora's repo - yum install wine But development version is 1.3.11. I'm currently a new Linux's user, so I don't know how can I compile it. I'm trying following this: http://wiki.winehq.org/WineOn64bit#head-e391d376d4ff5752da25071fd1859e7b740fd886 http://www.fedoraforum.org/forum/showthread.php?t=226315 But it always give me the same error: ./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 > checking whether the C compiler works... no > configure: error: in `/home/vendramini/Downloads/wine-1.3.11': > configure: error: C compiler cannot create executables > See `config.log' for more details > And the config.log: > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by Wine configure 1.3.11, which was > generated by GNU Autoconf 2.67. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = localhost.cellolinux > uname -m = x86_64 > uname -r = 2.6.35.10-74.fc14.x86_64 > uname -s = Linux > uname -v = #1 SMP Thu Dec 23 16:04:50 UTC 2010 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = x86_64 > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /usr/lib/qt-3.3/bin > PATH: /usr/local/bin > PATH: /usr/bin > PATH: /bin > PATH: /usr/local/sbin > PATH: /usr/sbin > PATH: /sbin > PATH: /home/vendramini/bin > PATH: /opt/android-sdk > PATH: /opt/android-sdk/tools > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2782: checking build system type > configure:2796: result: x86_64-unknown-linux-gnu > configure:2816: checking host system type > configure:2829: result: x86_64-unknown-linux-gnu > configure:2859: checking whether make sets $(MAKE) > configure:2881: result: yes > configure:2938: checking for gcc > configure:2954: found /usr/bin/gcc > configure:2965: result: gcc > configure:3194: checking for C compiler version > configure:3203: gcc --version >&5 > gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4) > Copyright (C) 2010 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > configure:3214: $? = 0 > configure:3203: gcc -v >&5 > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.5.1/lto-wrapper > Target: x86_64-redhat-linux > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux > Thread model: posix > gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC) > configure:3214: $? = 0 > configure:3203: gcc -V >&5 > gcc: '-V' option must have argument > configure:3214: $? = 1 > configure:3203: gcc -qversion >&5 > gcc: unrecognized option '-qversion' > gcc: no input files > configure:3214: $? = 1 > configure:3234: checking whether the C compiler works > configure:3256: gcc conftest.c >&5 > /usr/lib/gcc/x86_64-redhat-linux/4.5.1/../../../crt1.o: could not read symbols: File in wrong format > collect2: ld returned 1 exit status > configure:3260: $? = 1 > configure:3298: result: no > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "Wine" > | #define PACKAGE_TARNAME "wine" > | #define PACKAGE_VERSION "1.3.11" > | #define PACKAGE_STRING "Wine 1.3.11" > | #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" > | #define PACKAGE_URL "http://www.winehq.org" > | /* end confdefs.h. */ > | > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3303: error: in `/home/vendramini/Downloads/wine-1.3.11': > configure:3305: error: C compiler cannot create executables > See `config.log' for more details > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-unknown-linux-gnu > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CC_set= > ac_cv_env_CC_value= > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CPP_set= > ac_cv_env_CPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_value= > ac_cv_env_LDFLAGS_set= > ac_cv_env_LDFLAGS_value= > ac_cv_env_LIBS_set= > ac_cv_env_LIBS_value= > ac_cv_env_XMKMF_set= > ac_cv_env_XMKMF_value= > ac_cv_env_build_alias_set= > ac_cv_env_build_alias_value= > ac_cv_env_host_alias_set= > ac_cv_env_host_alias_value= > ac_cv_env_target_alias_set= > ac_cv_env_target_alias_value= > ac_cv_host=x86_64-unknown-linux-gnu > ac_cv_prog_ac_ct_CC=gcc > ac_cv_prog_make_make_set=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > ALL_TEST_BINARIES='' > ALL_WINETEST_DEPENDS='' > ALSALIBS='' > APPLICATIONSERVICESLIB='' > AR='' > ARFLAGS='' > BISON='' > BUILTINFLAG='' > CARBONLIB='' > CC='gcc' > CFLAGS='' > CONVERT='' > COREAUDIO='' > COREFOUNDATIONLIB='' > CPP='' > CPPBIN='' > CPPFLAGS='' > CROSSCC='' > CROSSTARGET='' > CROSSTEST_DISABLE='' > CRTLIBS='' > CUPSINCL='' > CXX='' > CXXFLAGS='' > DEFS='' > DISKARBITRATIONLIB='' > DLLEXT='' > DLLFLAGS='' > DLLTOOL='' > DLLWRAP='' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='' > ESDCONFIG='' > ESDINCL='' > ESDLIBS='' > EXEEXT='' > EXTRACFLAGS='' > EXTRA_BINARIES='' > FLEX='' > FONTCONFIGINCL='' > FONTFORGE='' > FRAMEWORK_OPENAL='' > FREETYPEINCL='' > FREETYPELIBS='' > GNUTLSINCL='' > GPHOTO2INCL='' > GPHOTO2LIBS='' > GREP='' > GSTREAMER_INCL='' > GSTREAMER_LIBS='' > HALINCL='' > ICOTOOL='' > IMPLIBEXT='' > INSTALL_DATA='' > INSTALL_PROGRAM='' > INSTALL_SCRIPT='' > IOKITLIB='' > LCMSLIBS='' > LDAPLIBS='' > LDCONFIG='' > LDD='' > LDDLLFLAGS='' > LDEXECFLAGS='' > LDFLAGS='' > LDPATH='' > LDRPATH_INSTALL='' > LDRPATH_LOCAL='' > LDSHARED='' > LIBDL='' > LIBEXT='' > LIBGETTEXTPO='' > LIBKSTAT='' > LIBMPG123='' > LIBOBJS='' > LIBOPENAL='' > LIBOPENCL='' > LIBPOLL='' > LIBPTHREAD='' > LIBS='' > LINGUAS='' > LINT='' > LINTFLAGS='' > LN_S='' > LTLIBOBJS='' > MAINTAINER_MODE='' > MAIN_BINARY='' > NASLIBS='' > OBJEXT='' > OPENGL_LIBS='' > PACKAGE_BUGREPORT='wine-devel@xxxxxxxxxx' > PACKAGE_NAME='Wine' > PACKAGE_STRING='Wine 1.3.11' > PACKAGE_TARNAME='wine' > PACKAGE_URL='http://www.winehq.org' > PACKAGE_VERSION='1.3.11' > PATH_SEPARATOR=':' > PKG_CONFIG='' > PNGINCL='' > PRELINK='' > QUICKTIMELIB='' > RANLIB='' > RESOLVLIBS='' > RSVG='' > SANEINCL='' > SECURITYLIB='' > SET_MAKE='' > SHELL='/bin/sh' > SOCKETLIBS='' > STRIP='' > TARGETFLAGS='' > TOOLSDIR='' > TOOLSEXT='' > UNWINDFLAGS='' > WOW64_DISABLE='' > XLIB='' > XMKMF='' > XML2INCL='' > XML2LIBS='' > XSLTINCL='' > X_CFLAGS='' > X_EXTRA_LIBS='' > X_LIBS='' > X_PRE_LIBS='' > ZLIB='' > ac_ct_AR='' > ac_ct_CC='gcc' > ac_ct_CXX='' > bindir='${exec_prefix}/bin' > build='x86_64-unknown-linux-gnu' > build_alias='' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='unknown' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' > dvidir='${docdir}' > exec_prefix='NONE' > ft_devel='' > gphoto2_devel='' > gphoto2port_devel='' > host='x86_64-unknown-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='unknown' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${datarootdir}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='${datarootdir}/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='NONE' > program_transform_name='s,x,x,' > psdir='${docdir}' > sane_devel='' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ------------------- ## > ## File substitutions. ## > ## ------------------- ## > > MAKE_DLL_RULES='' > MAKE_IMPLIB_RULES='' > MAKE_PROG_RULES='' > MAKE_RULES='' > MAKE_TEST_RULES='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "Wine" > #define PACKAGE_TARNAME "wine" > #define PACKAGE_VERSION "1.3.11" > #define PACKAGE_STRING "Wine 1.3.11" > #define PACKAGE_BUGREPORT "wine-devel@xxxxxxxxxx" > #define PACKAGE_URL "http://www.winehq.org" > > configure: exit 77 > If is better, I could wait for someone compile it and post an official release.