Re: [slrn] Slackware compiling against slang?



Try this patch to chkversion.c. It may shed some light on what is
going on. Thanks, --John

#v+

Index: chkslang.c
===================================================================
--- chkslang.c (revision 228)
+++ chkslang.c (working copy)
@@ -70,6 +70,10 @@
as a shared library? Did you run ldconfig? You have an installation problem\n\
and you will need to check the SLANG variables in the Makefile and properly\n\
set them. Also try: make clean; make\n******\n\n"));
+
+ fprintf (stderr, "slang.h version: %d\nlibslang version %d\n",
+ SLANG_VERSION, SLang_Version);
+
return FAILURE;
}
#endif

#v-
.



Relevant Pages