diff options
author | jmacd <jmacd@FreeBSD.org> | 1995-01-30 17:13:52 +0800 |
---|---|---|
committer | jmacd <jmacd@FreeBSD.org> | 1995-01-30 17:13:52 +0800 |
commit | e134b867ae4ba8a530aa1208dfcce30a6e251e2c (patch) | |
tree | 0c340219acc8bf8bd3f53aa151060d0255057dc0 /lang/schemetoc | |
parent | ca1ddcf42397b9b595f14380f45a135023248a77 (diff) | |
download | freebsd-ports-gnome-e134b867ae4ba8a530aa1208dfcce30a6e251e2c.tar.gz freebsd-ports-gnome-e134b867ae4ba8a530aa1208dfcce30a6e251e2c.tar.zst freebsd-ports-gnome-e134b867ae4ba8a530aa1208dfcce30a6e251e2c.zip |
Reviewed by:
Submitted by: jmacd
Obtained from:
Diffstat (limited to 'lang/schemetoc')
-rw-r--r-- | lang/schemetoc/files/Makefile | 2 | ||||
-rw-r--r-- | lang/schemetoc/files/README.FreeBSD | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/lang/schemetoc/files/Makefile b/lang/schemetoc/files/Makefile index b788bf0cc538..d09825914d72 100644 --- a/lang/schemetoc/files/Makefile +++ b/lang/schemetoc/files/Makefile @@ -35,5 +35,3 @@ install: chmod 444 ${LIB_DIR}/libsc.so.1.0 ${LIB_DIR}/libscxl.so.1.0 chown -R bin:bin ${SCHEME_DIR} strip ${BIN_DIR}/sccomp ${BIN_DIR}/sci ${BIN_DIR}/scixl - - 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: |