Hi,
Iâm trying to build the SDDS package under EPICS r3.13.10 on Solaris-8
but canât get around the following error:
gmake[5]: Entering directory
`/home/ktsubota/epics/r3.13.10/extensions/src/SDDS/SDDSaps/sddsplots/O.solaris'
/usr/local/gcc/gcc-3.3-gnu/bin/g++ -ansi -pedantic -Wtraditional -o
sddsplot -O -Wall -Wmissing-prototypes -Woverloaded-virtual
-Wwrite-strings -Wconversion -Wstrict-prototypes -Wpointer-arith
-Winline -fPIC -D_REENTRANT -DUNIX -DEXPL_TEMPL -I. -I..
-I../../../../../include -I../../../../../include/os/solaris
-I/home/ktsubota/epics/r3.13.10/base/include/os/solaris
-I/home/ktsubota/epics/r3.13.10/base/include -DSOLARIS=8
-L../../../../../lib/solaris/ -L/usr/openwin/lib/
-L/usr/local/gcc/gcc-3.3-gnu/lib -R/usr/local/gcc/gcc-3.3-gnu/lib
SDDSaps.o put_link_date.o sddsplot.o sddsplotAP.o sddsplotConvert.o
sddsplotFilter.o sddsplotLabels.o sddsplotMapping.o sddsplotRead.o
sddsplotRecord.o sddsplotXfer.o sddsplotGroup.o -lmdbplt
-lmdbcommon -lSDDS1 -lmdbmth -lmdblib -lgd -lpng -lXaw -lXmu -lXext
-lcurses -lsocket -lnsl -lm -lz -lXt -lX11
../../../../../lib/solaris//libmdbcommon.a(logfile_gener.o): In
function `getTimeInSecs':
logfile_gener.o(.text+0x380): undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
I know clock_gettime is in libc.a but even when I specify it âlc it
doesnât find it.