SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

Wed Aug 5 13:19:56 CDT 1998
Eric Melski

The Makefile is set up to compile Burt as a loadable extension to Tcl/Tk. If you want to compile a standalone Burt shell (ie, burtsh), here's what you have to do:

LIBS = -R/s/tcl-8.0p2/lib -L/s/tcl-8.0p2/lib /s/tcl-8.0p2/lib/libtcl8.0.so -lm - lsocket -lnsl -ldl
CC = gcc
CFLAGS = -fPIC -ansi -g -Wall -pedantic

OBJS = burtMain.o burtBackup.o burtStatus.o burtSchedule.o burtUtil.o \

burtChecksum.o burtMtIO.o burtReadtape.o burtRecover.o

burtsh: $(OBJS) burtsh.o

$(CC) -o burtsh $(CFLAGS) burtsh.o $(OBJS) $(LIBS)

This works on Solaris; it is untested on other platforms.

  • eric


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.