octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MXE Octave - How to pass flag to linker?


From: mmuetzel
Subject: Re: MXE Octave - How to pass flag to linker?
Date: Thu, 6 Apr 2017 06:36:32 -0700 (PDT)

Now the error message changed to the following:

configure:6571: checking whether the C compiler works
configure:6593: x86_64-w64-mingw32-gcc -DUNICODE -D_UNICODE
-I/path_to_mxe_octave/usr/x86_64-w64-mingw32/include
-Wl,-rpath-link,/path_to_mxe_octave/usr/x86_64-w64-mingw32/lib,-municode
-L/path_to_mxe_octave/usr/x86_64-w64-mingw32/lib
-L/path_to_mxe_octave/usr/x86_64-w64-mingw32/qt5/lib conftest.c  >&5
/path_to_mxe_octave/usr/bin/x86_64-w64-mingw32-ld: unrecognised emulation
mode: unicode
Supported emulations: i386pep i386pe
collect2: error: ld returned 1 exit status
configure:6597: $? = 1
configure:6635: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.3.0+"
| #define PACKAGE_STRING "GNU Octave 4.3.0+"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html";
| #define PACKAGE_URL "http://www.gnu.org/software/octave/";
| #define PACKAGE "octave"
| #define VERSION "4.3.0+"
| #define OCTAVE_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:6640: error: in
`/path_to_mxe_octave/tmp-default-octave/octave-4.3.0+/.build':
configure:6642: error: C compiler cannot create executables


We might have a case of "you are probably using an old version of gcc that
does not support this feature." [1]

I will try with gcc 5 that I should have around somewhere and report back.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/MXE-Octave-How-to-pass-flag-to-linker-tp4682743p4682764.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]