slang-users mailing list

[2016 Date Index] [2016 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[slang-users] ELFDIR on pre2.3.1-87


Hi John,
building slang-pre2.3.1-87 on cygwin 64 bit,
I found that the definition of ELFDIR for building modules was lost.
The attached patch solved the issue for me.
It is similar to what I saw on pre17.

I also noticed two segfaults during testing

Testing utf8 ...Ok
Testing utf8 [UTF-8 mode] ...Ok
Testing exceptions ..../runtests.sh: line 28: 2452 Segmentation fault (core dumped) $runprefix $run_test_pgm $utf8mode $testfile Testing exceptions [UTF-8 mode] ..../runtests.sh: line 28: 692 Segmentation fault (core dumped) $runprefix $run_test_pgm $utf8mode $testfile

but I still need to investigate the root cause.

Regards
Marco


--- origsrc/slang-pre2.3.1-87/modules/Makefile.in	2016-06-28 09:55:04.000000000 +0200
+++ src/slang-pre2.3.1-87/modules/Makefile.in	2016-08-29 14:50:54.542563000 +0200
@@ -23,6 +23,7 @@ SRCDIR		= $(CONFIG_DIR)/modules
 CONFIG_H        = $(SRCDIR)/config.h
 OBJDIR		= $(ARCH)objs
 OBJDIR_TSTAMP	= $(OBJDIR)/tstamp
+ELFDIR          = @ELFDIR@
 # ---------------------------------------------------------------------------
 # Installation location of the slang library
 # ---------------------------------------------------------------------------

[2016 date index] [2016 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]