"Asger Alstrup Nielsen" <[EMAIL PROTECTED]> wrote:

> Looks good.  Maybe you could try to implement it?

I'm trying, I'm trying.  But I have to do some magic(*) to
make 1.1 compile on OS/2 first, since it's the most comfortable
platform for me.

Regards,
        SMiyata

(*) I do not want to commit all of them at this stage.  However,
    some of them may be committed now since they won't conflict
    with emx upgrade:
    1) Will you remove the top level configure.cmd?
    2) -lc breaks compiler test on OS/2
--- configure.in.orig   Sun Oct 25 16:30:34 1998
+++ configure.in        Sun Oct 25 16:44:28 1998
@@ -61,7 +61,13 @@
 LYX_PROG_CXX
 AC_PROG_CXXCPP
 # some compilers need that
+case `uname -s` in
+OS/2)
+;;
+*)
 LIBS="-lc -lm $LIBS"
+;;
+esac

 ### check for special systems
 AC_AIX

    3) Is there any way to call lib/configure.cmd rather than
       lib/configure from configure?  How?
    4) Will you add a line to src/include/os2_defines.h?
--- os2_defines.h.orig  Fri Oct 16 06:24:18 1998
+++ os2_defines.h       Mon Oct 26 08:15:58 1998
@@ -25,6 +25,7 @@
 #define getcwd _getcwd2
 #define chdir _chdir2
 #define strcasecmp stricmp
+#define strncasecmp strnicmp
 #if defined (__cplusplus)
 extern "C" {
 #endif

Reply via email to