Re: socklog-2.0.0 release
Uffe Jakobsen <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
Gerrit Pape wrote:
>
> Hi, socklog version 2.0.0 is released and available through
>
Compiling on Solaris gives the usual "need-socket-libs: -lsocket -lnsl" error :-)
./load uncat unix.a byte.a time.a
Copying commands into ./command...
Checking commands in ./command...
+ cd compile
+ exec make check
./compile check-socklog-unix.c
./load check-socklog-unix unix.a byte.a
check-socklog-unix.o: In function `main':
check-socklog-unix.o(.text+0xc): undefined reference to `socket'
check-socklog-unix.o(.text+0xdc): undefined reference to `connect'
collect2: ld returned 1 exit status
make: *** [check-socklog-unix] Error 1
Corrections: for src/Makefile:
check-socklog-inet: load check-socklog-inet.o unix.a byte.a socket.lib
./load check-socklog-inet unix.a byte.a `cat socket.lib`
check-socklog-unix: load check-socklog-unix.o unix.a byte.a socket.lib
./load check-socklog-unix unix.a byte.a `cat socket.lib`
Kind regards Uffe Jakobsen