octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #42036] Files and directories with non-ASCII c


From: Torsten
Subject: [Octave-bug-tracker] [bug #42036] Files and directories with non-ASCII characters not handled correctly on Windows
Date: Thu, 14 May 2015 07:43:29 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #16, bug #42036 (project octave):

I have added the options into the main Makefile, here the diff:


diff -r e66c883008d4 Makefile.in
--- a/Makefile.in       Fri May 08 11:00:50 2015 -0400
+++ b/Makefile.in       Thu May 14 09:41:41 2015 +0200
@@ -297,7 +297,7 @@ ifeq ($(MXE_NATIVE_BUILD),yes)
     # different configuration tags.
     HOST_AND_BUILD_CONFIGURE_OPTIONS := \
            CC='$(MXE_CC)' CXX='$(MXE_CXX)' F77='$(MXE_F77)'
DLLTOOL='$(MXE_DLLTOOL)' CCAS='$(MXE_CCAS)' \
-           CFLAGS='-O2' CXXFLAGS='-O2' ac_cv_f77_compiler_gnu=no
RANLIB='$(MXE_RANLIB)'
+           CFLAGS='-O2 -DUNICODE -D_UNICODE' CXXFLAGS='-O2 -DUNICODE
-D_UNICODE' ac_cv_f77_compiler_gnu=no RANLIB='$(MXE_RANLIB)'
     # CLGCC wrappers automatically adjust INCLUDE and LIB variables.
     CONFIGURE_CPPFLAGS :=
     CONFIGURE_LDFLAGS :=



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42036>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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