jed-users mailing list

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

Re: Template function


Paul Boekholt <p.boekholt@xxxxxxxxx> wrote:
>It did in SLang 1.4.4.  I've finally upgraded to 1.4.9 and now it doesn't
>work anymore - I get a stack underflow.  Progress?  S-Lang's changes.txt
>fails to mention this.

It is probably the side effect of other bug fixes.

>BTW how do I get JED to compile with /usr/lib/libslang.so.1 instead of
>/lib/libslang.so.1?  I've compiled it by copying /usr/lib/libslang.so.1.4.9
>to /lib, but I don't know if my Debian S-Lang programs will still work.

It should work.  When I compile my own version of slang, I use
/usr/local, e.g.,

   cd slang-1.4.9
   ./configure --prefix=/usr/local
   make 
   make elf
   sudo make install-elf
 * cat /etc/ld.so.conf (If /usr/local/lib is not listed, add it to the file)
 * sudo ldconfig

   cd slsh
   make
   sudo make install

   cd ../modules
   <edit Makefile if pcre is not installed>
   make
   sudo make install

Note the steps marked by *.

--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


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