LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems installing wine-mon 4.7.5 (https://www.linuxquestions.org/questions/linux-software-2/problems-installing-wine-mon-4-7-5-a-4175647377/)

twirl 01-31-2019 06:40 AM

Problems installing wine-mon 4.7.5
 
Hi,

I am trying to build wine-mono from source on Ubuntu 19.04 and I get these errors, can someone please help?
Quote:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by mono configure 4.9.1, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ /home/wolfheart/Downloads/wine-mono-4.7.5/mono/configure --prefix=/home/wolfheart/Downloads/wine-mono-4.7.5/build-cross-x86_64-install --build=x86_64-pc-linux-gnu --target=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --with-tls=none --disable-mcs-build --enable-win32-dllmain=yes --with-libgc-threads=win32 PKG_CONFIG=false mono_cv_clang=no

## --------- ##
## Platform. ##
## --------- ##

hostname = wolfheart-GE60-2QD
uname -m = x86_64
uname -r = 4.19.0-11-generic
uname -s = Linux
uname -v = #12-Ubuntu SMP Fri Jan 18 22:17:44 UTC 2019

/usr/bin/uname -p = x86_64
/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: /home/wolfheart/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3117: checking build system type
configure:3131: result: x86_64-pc-linux-gnu
configure:3151: checking host system type
configure:3164: result: x86_64-w64-mingw32
configure:3184: checking target system type
configure:3197: result: x86_64-w64-mingw32
configure:3246: checking for a BSD-compatible install
configure:3314: result: /usr/bin/install -c
configure:3325: checking whether build environment is sane
configure:3380: result: yes
configure:3437: checking for x86_64-w64-mingw32-strip
configure:3467: result: no
configure:3477: checking for strip
configure:3493: found /usr/bin/strip
configure:3504: result: strip
configure:3516: WARNING: using cross tools not prefixed with host triplet
configure:3529: checking for a thread-safe mkdir -p
configure:3568: result: /usr/bin/mkdir -p
configure:3575: checking for gawk
configure:3605: result: no
configure:3575: checking for mawk
configure:3591: found /usr/bin/mawk
configure:3602: result: mawk
configure:3613: checking whether make sets $(MAKE)
configure:3635: result: yes
configure:3664: checking whether make supports nested variables
configure:3681: result: yes
configure:3770: checking whether UID '1000' is supported by ustar format
configure:3773: result: yes
configure:3780: checking whether GID '1000' is supported by ustar format
configure:3783: result: yes
configure:3791: checking how to create a ustar tar archive
configure:3802: tar --version
tar (GNU tar) 1.30
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3805: $? = 0
configure:3845: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3848: $? = 0
configure:3852: tar -xf - <conftest.tar
configure:3855: $? = 0
configure:3857: cat conftest.dir/file
GrepMe
configure:3860: $? = 0
configure:3873: result: gnutar
configure:3927: checking whether to enable maintainer-specific portions of Makefiles
configure:3936: result: no
configure:3953: checking whether ln -s works
configure:3957: result: yes
configure:3976: checking whether make supports nested variables
configure:3993: result: yes
configure:4058: checking host platform characteristics
configure:4342: result: ok
configure:4440: checking for x86_64-w64-mingw32-gcc
configure:4467: result: x86_64-w64-mingw32-gcc -static-libgcc
configure:4537: checking for x86_64-w64-mingw32-gcc
configure:4564: result: x86_64-w64-mingw32-gcc -static-libgcc
configure:4833: checking for C compiler version
configure:4842: x86_64-w64-mingw32-gcc -static-libgcc --version >&5
/home/wolfheart/Downloads/wine-mono-4.7.5/mono/configure: line 4844: x86_64-w64-mingw32-gcc: command not found
configure:4853: $? = 127
configure:4842: x86_64-w64-mingw32-gcc -static-libgcc -v >&5
/home/wolfheart/Downloads/wine-mono-4.7.5/mono/configure: line 4844: x86_64-w64-mingw32-gcc: command not found
configure:4853: $? = 127
configure:4842: x86_64-w64-mingw32-gcc -static-libgcc -V >&5
/home/wolfheart/Downloads/wine-mono-4.7.5/mono/configure: line 4844: x86_64-w64-mingw32-gcc: command not found
configure:4853: $? = 127
configure:4842: x86_64-w64-mingw32-gcc -static-libgcc -qversion >&5
/home/wolfheart/Downloads/wine-mono-4.7.5/mono/configure: line 4844: x86_64-w64-mingw32-gcc: command not found
configure:4853: $? = 127
configure:4873: checking whether the C compiler works
configure:4895: x86_64-w64-mingw32-gcc -static-libgcc -gdwarf-2 -gstrict-dwarf -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -D_WIN32_IE=0x0501 -D_UNICODE -DUNICODE -DWIN32_THREADS -DFD_SETSIZE=1024 -lmswsock -lws2_32 -lole32 -loleaut32 -lpsapi -lversion -ladvapi32 -lwinmm -lkernel32 -liphlpapi conftest.c >&5
/home/wolfheart/Downloads/wine-mono-4.7.5/mono/configure: line 4897: x86_64-w64-mingw32-gcc: command not found
configure:4899: $? = 127
configure:4937: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mono"
| #define PACKAGE_TARNAME "mono"
| #define PACKAGE_VERSION "4.9.1"
| #define PACKAGE_STRING "mono 4.9.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
| #define PACKAGE_URL ""
| #define PACKAGE "mono"
| #define VERSION "4.9.1"
| #define DISABLE_PORTABILITY 1
| #define PLATFORM_NO_SYMLINKS 1
| #define HOST_WIN32 1
| #define TARGET_WIN32 1
| #define HAVE_CLASSIC_WINAPI_SUPPORT 1
| #define HAVE_UWP_WINAPI_SUPPORT 0
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4942: error: in `/home/wolfheart/Downloads/wine-mono-4.7.5/build-cross-x86_64':
configure:4944: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
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=set
ac_cv_env_CPPFLAGS_value='-gdwarf-2 -gstrict-dwarf'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_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_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-w64-mingw32
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-w64-mingw32
ac_cv_host=x86_64-w64-mingw32
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CC='x86_64-w64-mingw32-gcc -static-libgcc'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-w64-mingw32
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_ustar=gnutar
mono_cv_clang=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/wolfheart/Downloads/wine-mono-4.7.5/mono/missing aclocal-1.16'
AMD64_FALSE=''
AMD64_TRUE=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AOT_BUILD_FLAGS=''
AOT_RUN_FLAGS=''
API_VER='2.0'
AR=''
ARM64_FALSE=''
ARM64_TRUE=''
ARM_FALSE=''
ARM_TRUE=''
AS=''
AUTOCONF='${SHELL} /home/wolfheart/Downloads/wine-mono-4.7.5/mono/missing autoconf'
AUTOHEADER='${SHELL} /home/wolfheart/Downloads/wine-mono-4.7.5/mono/missing autoheader'
AUTOMAKE='${SHELL} /home/wolfheart/Downloads/wine-mono-4.7.5/mono/missing automake-1.16'
AWK='mawk'
BITCODE_FALSE=''
BITCODE_TRUE=''
BOEHM_DEFINES=''
BTLS_ANDROID_FALSE=''
BTLS_ANDROID_TRUE=''
BTLS_ARCH=''
BTLS_CFLAGS=''
BTLS_CMAKE_ARGS=''
BTLS_FALSE=''
BTLS_PLATFORM=''
BTLS_ROOT=''
BTLS_TRUE=''
BUILD_EXEEXT=''
BUILD_MCS_FALSE=''
BUILD_MCS_TRUE=''
CC='x86_64-w64-mingw32-gcc -static-libgcc'
CCAS=''
CCASDEPMODE=''
CCASFLAGS=''
CCDEPMODE=''
CC_FOR_BUILD=''
CFLAGS=''
CFLAGS_FOR_BUILD=''
CMAKE=''
CPP=''
CPPFLAGS='-gdwarf-2 -gstrict-dwarf -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -D_WIN32_IE=0x0501 -D_UNICODE -DUNICODE -DWIN32_THREADS -DFD_SETSIZE=1024'
CROSS_COMPILE_FALSE=''
CROSS_COMPILE_TRUE=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CSC=''
CXX='x86_64-w64-mingw32-g++ -static-libgcc'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFAULT_PROFILE=''
DEFS=''
DEPDIR=''
DISABLE_EXECUTABLES_FALSE=''
DISABLE_EXECUTABLES_TRUE=''
DISABLE_JIT_FALSE=''
DISABLE_JIT_TRUE=''
DISABLE_LIBRARIES_FALSE=''
DISABLE_LIBRARIES_TRUE=''
DISABLE_PROFILER_FALSE=''
DISABLE_PROFILER_TRUE=''
DLLTOOL=''
DOLT_BASH=''
DSYMUTIL=''
DTRACE=''
DTRACEFLAGS=''
DTRACE_G_REQUIRED_FALSE=''
DTRACE_G_REQUIRED_TRUE=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_COOP_FALSE=''
ENABLE_COOP_TRUE=''
ENABLE_DTRACE_FALSE=''
ENABLE_DTRACE_TRUE=''
ENABLE_INTERPRETER_FALSE=''
ENABLE_INTERPRETER_TRUE=''
ENABLE_LLVM_FALSE=''
ENABLE_LLVM_RUNTIME_FALSE=''
ENABLE_LLVM_RUNTIME_TRUE=''
ENABLE_LLVM_TRUE=''
EXEEXT=''
FGREP=''
FULL_AOT_TESTS_FALSE=''
FULL_AOT_TESTS_TRUE=''
GDKX11=''
GETTEXT_MACRO_VERSION=''
GLIB_CFLAGS=''
GLIB_LIBS=''
GMSGFMT=''
GMSGFMT_015=''
GREP=''
GTKX11=''
HAS_EXTENSION_MODULE_FALSE=''
HAS_EXTENSION_MODULE_TRUE=''
HAVE_MSGFMT=''
HAVE_VTUNE_FALSE=''
HAVE_VTUNE_TRUE=''
HAVE_ZLIB_FALSE=''
HAVE_ZLIB_TRUE=''
HOST_AMD64_FALSE=''
HOST_AMD64_TRUE=''
HOST_ARM64_FALSE=''
HOST_ARM64_TRUE=''
HOST_ARM_FALSE=''
HOST_ARM_TRUE=''
HOST_CC='gcc'
HOST_WIN32_FALSE='#'
HOST_WIN32_TRUE=''
HOST_X86_FALSE=''
HOST_X86_TRUE=''
HYBRID_AOT_TESTS_FALSE=''
HYBRID_AOT_TESTS_TRUE=''
IA64_FALSE=''
IA64_TRUE=''
INSTALL_4_x_FALSE=''
INSTALL_4_x_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_MONODROID_FALSE=''
INSTALL_MONODROID_TRUE=''
INSTALL_MONOTOUCH_FALSE=''
INSTALL_MONOTOUCH_TRUE=''
INSTALL_MONOTOUCH_TV_FALSE=''
INSTALL_MONOTOUCH_TV_TRUE=''
INSTALL_MONOTOUCH_WATCH_FALSE=''
INSTALL_MONOTOUCH_WATCH_TRUE=''
INSTALL_ORBIS_FALSE=''
INSTALL_ORBIS_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTALL_TESTING_AOT_FULL_FALSE=''
INSTALL_TESTING_AOT_FULL_TRUE=''
INSTALL_TESTING_AOT_HYBRID_FALSE=''
INSTALL_TESTING_AOT_HYBRID_TRUE=''
INSTALL_WINAOT_FALSE=''
INSTALL_WINAOT_TRUE=''
INSTALL_XAMMAC_FALSE=''
INSTALL_XAMMAC_TRUE=''
INTL=''
INVARIANT_AOT_OPTIONS=''
LD=''
LDFLAGS=' -lmswsock -lws2_32 -lole32 -loleaut32 -lpsapi -lversion -ladvapi32 -lwinmm -lkernel32 -liphlpapi'
LIBC=''
LIBGC_CPPFLAGS=''
LIBGC_LIBS=''
LIBGC_STATIC_LIBS=''
LIBICONV=''
LIBMONO_LA=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LLVM_CFLAGS=''
LLVM_CONFIG=''
LLVM_CXXFLAGS=''
LLVM_LDFLAGS=''
LLVM_LIBS=''
LN_S='cp'
LOADED_LLVM_FALSE=''
LOADED_LLVM_TRUE=''
LTCOMPILE=''
LTCXXCOMPILE=''
LTLIBICONV=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/wolfheart/Downloads/wine-mono-4.7.5/mono/missing makeinfo'
MANIFEST_TOOL=''
MIPS_FALSE=''
MIPS_GCC_FALSE=''
MIPS_GCC_TRUE=''
MIPS_SGI_FALSE=''
MIPS_SGI_TRUE=''
MIPS_TRUE=''
MKDIR_P='/usr/bin/mkdir -p'
MONO_DL_NEED_USCORE=''
MONO_NACL_ALIGN_MASK_OFF=''
MSGFMT=''
MSGFMT_015=''
MSGMERGE=''
NACL_CODEGEN_FALSE=''
NACL_CODEGEN_TRUE=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='mono'
PACKAGE_BUGREPORT='http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono'
PACKAGE_NAME='mono'
PACKAGE_STRING='mono 4.9.1'
PACKAGE_TARNAME='mono'
PACKAGE_URL=''
PACKAGE_VERSION='4.9.1'
PATH_SEPARATOR=':'
PKG_CONFIG='false'
PLATFORM_ANDROID_FALSE=''
PLATFORM_ANDROID_TRUE='#'
PLATFORM_AOT_SUFFIX='.dll'
PLATFORM_DARWIN_FALSE=''
PLATFORM_DARWIN_TRUE='#'
PLATFORM_LINUX_FALSE=''
PLATFORM_LINUX_TRUE='#'
PLATFORM_SIGPOSIX_FALSE=''
PLATFORM_SIGPOSIX_TRUE='#'
POWERPC64_FALSE=''
POWERPC64_TRUE=''
POWERPC_FALSE=''
POWERPC_TRUE=''
RANLIB=''
S390X_FALSE=''
S390X_TRUE=''
SED=''
SET_MAKE=''
SGEN_DEFINES=''
SHARED_CFLAGS=''
SHARED_MONO_FALSE=''
SHARED_MONO_TRUE=''
SHELL='/bin/bash'
SPARC64_FALSE=''
SPARC64_TRUE=''
SPARC_FALSE=''
SPARC_TRUE=''
SQLITE3=''
SQLITE=''
STATIC_MONO_FALSE=''
STATIC_MONO_TRUE=''
STRIP='strip'
SUPPORT_BOEHM_FALSE=''
SUPPORT_BOEHM_TRUE=''
SUPPORT_SGEN_FALSE=''
SUPPORT_SGEN_TRUE=''
TARGET_OSX_FALSE=''
TARGET_OSX_TRUE=''
TARGET_WIN32_FALSE='#'
TARGET_WIN32_TRUE=''
TEST_PROFILE=''
USE_BATCH_FILES_FALSE=''
USE_BATCH_FILES_TRUE=''
USE_NLS=''
VERSION='4.9.1'
VTUNE_CFLAGS=''
VTUNE_LIBS=''
WERROR_CFLAGS=''
X11=''
X86_FALSE=''
X86_TRUE=''
XATTR_LIB=''
XGETTEXT=''
XGETTEXT_015=''
XGETTEXT_EXTRA_OPTIONS=''
XINERAMA=''
XMKMF=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE=''
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
arch_target=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
docs_dir=''
dvidir='${docdir}'
exec_prefix='NONE'
export_ldflags=''
extra_runtime_ldflags=''
host='x86_64-w64-mingw32'
host_alias='x86_64-w64-mingw32'
host_cpu='x86_64'
host_os='mingw32'
host_vendor='w64'
htmldir='${docdir}'
ikvm_native_dir=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/wolfheart/Downloads/wine-mono-4.7.5/mono/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libgc_dir=''
libgdiplus_install_loc=''
libgdiplus_loc=''
libmono_cflags='-mms-bitfields -mwindows'
libmono_ldflags='-mms-bitfields -mwindows'
libsuffix=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mcs_topdir=''
mcs_topdir_from_srcdir=''
mkdir_p='$(MKDIR_P)'
mono_build_root=''
mono_cfg_dir=''
mono_runtime=''
nacl_self_host=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/wolfheart/Downloads/wine-mono-4.7.5/build-cross-x86_64-install'
program_transform_name='s&^&x86_64-w64-mingw32-&'
psdir='${docdir}'
reloc_libdir='lib'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target='x86_64-w64-mingw32'
target_alias='x86_64-w64-mingw32'
target_cpu='x86_64'
target_os='mingw32'
target_vendor='w64'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "mono"
#define PACKAGE_TARNAME "mono"
#define PACKAGE_VERSION "4.9.1"
#define PACKAGE_STRING "mono 4.9.1"
#define PACKAGE_BUGREPORT "http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono"
#define PACKAGE_URL ""
#define PACKAGE "mono"
#define VERSION "4.9.1"
#define DISABLE_PORTABILITY 1
#define PLATFORM_NO_SYMLINKS 1
#define HOST_WIN32 1
#define TARGET_WIN32 1
#define HAVE_CLASSIC_WINAPI_SUPPORT 1
#define HAVE_UWP_WINAPI_SUPPORT 0

configure: exit 77

hydrurga 02-01-2019 11:24 AM

You're using Ubuntu 19.04 that isn't due to be released until April?

twirl 02-01-2019 01:18 PM

Hi,

Its the development build.

twirl 02-01-2019 01:18 PM

Hi,

Its the development build.

hydrurga 02-01-2019 02:17 PM

In that case you should almost expect weird and unexplained breakages. Does Canonical not have a feedback site for the build where you can raise this issue?

Also, did you check out config.log as suggested by the output you posted?

twirl 02-04-2019 10:42 AM

Hi,

I could not find anywhere to leave feedback and I tried asking in the irc support room and was in there hours and no one answered.

hydrurga 02-04-2019 10:46 AM

Ubuntu Development Version forum: https://ubuntuforums.org/forumdisplay.php?f=427

So did you check out config.log?

kilgoretrout 02-04-2019 11:11 AM

From the output, you probably need to install the binutils-mingw-w64-i686 package, at least that's what it's called in 18.04.

twirl 02-05-2019 04:23 PM

Hi,

the output i posted is from config.log Also its the 32 mingw package I need and also Alcatol (sorry for typos).

kilgoretrout 02-06-2019 09:06 AM

Quote:

Also its the 32 mingw package I need
The package I gave you in my post is the 32bit one(i686) if that helps at all.

twirl 02-11-2019 04:43 PM

Hi,

It is having problem finding libmono.dll any idea what package that is in please?


All times are GMT -5. The time now is 05:02 PM.