After some serious slog trying to get Domino to work in Linux, I am facing the final (maybe) hurdle in setting the system for some productive development work.
Before I get to a very practical issue I would just like to comment that without this site it would be impossible to get certain things done/fixed etc. So thanks to all the contributors (will do more of this myself).
Now… to my problem:
RedHat Fedora Core 1
Domino 6.5
C++ API 2.3
g++ 286 (or 3.x)
When attempting to compile any program using…
make -f linux.mak
I get this:
g++296 -L/opt/lotus/notescpp/lib/linux -o acllog acllog.o -L/opt/lotus/notes/latest/linux \
/opt/lotus/notescpp/lib/linux/libcpplin.so.23 -lnotes -lm -lnsl -lpthread -lc -ldl -lresolv
/usr/bin/ld: warning: libndgts.so, needed by /opt/lotus/notes/latest/linux/libnotes.so, not found (try using -rpath or -rpath-link)
acllog.o(.text+0x1b): In function `main’:
: undefined reference to `LNNotesSession::LNNotesSession()’
acllog.o(.text+0x27): In function `main’:
: undefined reference to `LNSetThrowAllErrorsGlobal(int)’
acllog.o(.text+0x51): In function `main’:
: undefined reference to `LNString::LNString()’
acllog.o(.text+0x5f): In function `main’:
: undefined reference to `LNDocument::LNDocument()’
acllog.o(.text+0x6d): In function `main’:
: undefined reference to `LNString::LNString()’
acllog.o(.text+0x7b): In function `main’:
Any ideas?
I have seen this document, but do not know how I can try it out as I have no access to such old version of Domino on UNIX…
Thanks
Avi