Hi Vlad, I'm having a little trouble compiling your module on a RedHat AS2.1 server:
$ make /usr/bin/g++ -I/data/advantage/aolserver/include -I/tmp/ChartDirector//include -g -Wall -Wconversion -Wno-implicit-int -fPIC -I/data/advantage/aolserver/include /data/advantage/aolserver/include -DNO_CONST -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_READDIR_R=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DPEEK_XCLOSEIM=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_TIMEGM=1 -DHAVE_POLL=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1 -DHAVE_CMMSG=1 -c -o nschartdir.o nschartdir.c g++: cannot specify -o with -c or -S and multiple compilations make: *** [nschartdir.o] Error 1 I'll admit to not knowing enough about compiling and linking to figure this one out.. Do you have any ideas? Thanks, Ross Vlad Seryakov wrote: > check out my chart module nschartdir, i use ChartDirector graphic library > > http://www.crystalballinc.com/vlad/software > > Ross Simpson wrote: > > Hello, > > > > I was curious if anyone is doing any graphing with aolserver. > > I've been looking at the various options, and so far am not > > encouraged.. These are the packages I've looked at: > > plplot > > emu_graph > > Gdtcl > > > > Plplot looks good, but I get lots of core dumps while using it. > > Emu_graph seems to be meant for a browser tcl plugin only, and while gd > > seems to work, it's intended for drawing -- graphing would take a > lot of > > work. > > > > Does anyone have a working graphing setup? > > > > > > Thanks ;) > > Ross > > > > > > -- > > AOLserver - http://www.aolserver.com/ > > > > To Remove yourself from this list, simply send an email to > <[EMAIL PROTECTED]> with the > > body of "SIGNOFF AOLSERVER" in the email message. You can leave the > Subject: field of your email blank. > > -- > Vlad Seryakov > 703 961-5433 office > [EMAIL PROTECTED] > http://www.crystalballinc.com/vlad/ > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to > <[EMAIL PROTECTED]> with the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the > Subject: field of your email blank. > -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
