| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
| From: | Doug Kaufman <dkaufman AT rahul DOT net> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Compiling s-lang library |
| Date: | 1 Feb 2002 04:43:12 GMT |
| Organization: | a2i network |
| Lines: | 27 |
| Message-ID: | <a3d6d0$ief$1@samba.rahul.net> |
| References: | <a36fam$b9k$1 AT news8 DOT svr DOT pol DOT co DOT uk> |
| NNTP-Posting-Host: | yellow.rahul.net |
| NNTP-Posting-User: | dkaufman |
| X-Newsreader: | NN version 6.5.6 (NOV) |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
"Zoe James" <zoe AT zoejames DOT freeserve DOT co DOT uk> writes:
>Can anyone tell me how to compile the s-lang library with djgpp?
>I followed the terse instructions, but got this response from make:
I think you probably followed the wrong set of instructions. S-Lang
comes with a Makefile for DJGPP that compiles without problems. The
guide is in INSTALL.pc.
To summarize, go into src/mkfiles and generate the DJGPP makefile with
the command:
mkmake MSDOS DJGPP <makefile.all>Makefile
Then move the Makefile into the src directory and type "make". This
makefile doesn't have automatic installation. To install, move the
libslang.a file from src/djgobjs to your /dev/env/DJDIR/lib directory
and copy the slang.h and slcurses.h files to your /dev/env/DJDIR/include
directory.
Doug
--
Doug Kaufman
Internet: dkaufman AT rahul DOT net
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |