From d8b10ca05e472fcfbe4eb52223061de93baea574 Mon Sep 17 00:00:00 2001 From: Joshua Peck Macdonald Date: Mon, 30 Jan 1995 09:13:52 +0000 Subject: Reviewed by: Submitted by: jmacd Obtained from: --- lang/schemetoc/files/README.FreeBSD | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lang/schemetoc/files/README.FreeBSD') diff --git a/lang/schemetoc/files/README.FreeBSD b/lang/schemetoc/files/README.FreeBSD index 65ac05fb71f0..1f47985fe968 100644 --- a/lang/schemetoc/files/README.FreeBSD +++ b/lang/schemetoc/files/README.FreeBSD @@ -10,6 +10,15 @@ The syntax of the scc compiler has been extended to automatically use dynamic linking unless the -static flag is specified on the scc command line. +For compiling exectables on the command line from only object files +it has no method of knowing if you need the X library linked in, +and will by default not. So, if you are building an application +written for scheme->c which needs X support (such as ezd), you +will need to supply a -lX11 flag on the command line. If you are +compiling a single scheme file(not an object file) which has the +(with xlib) line in the module statement it is not neccesary to +include -lX11. + Those not wishing to use the X library support can delete the following files: -- cgit v1.2.3