When I run a make on the openssh source directory, it starts the compile and then fails with: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -DHAVE_CONFIG_H -c bsd-arc4random.c In file included from ../openbsd-compat/openbsd-compat.h:35, from ../includes.h:169, from bsd-arc4random.c:25: ../openbsd-compat/bsd-misc.h:85: redefinition of `struct timespec' *** Error code 1 Stop. *** Error code 1 Stop. I'm using: Open SSH v3.6p1 DG/UX: R4.20MU06 on AViiON PentiumPro I have Open SSL v0.9.7b installed and Zlib 1.1.4 installed Any help would be appreciated. <<...OLE_Obj...>> Jason Bennett Senior Unix Administrator Forzani Group Ltd. Office: 403-717-1400 Ext 1506 Fax: 403-717-1498 <mailto: jbennett at forzani.com>
"Bennett, Jason" wrote:> gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. > -I./.. -I/usr/local/ssl/include -DHAVE_CONFIG_H -c bsd-arc4random.c > In file included from ../openbsd-compat/openbsd-compat.h:35, > from ../includes.h:169, > from bsd-arc4random.c:25: > ../openbsd-compat/bsd-misc.h:85: redefinition of `struct timespec'Is "HAVE_STRUCT_TIMESPEC" defined in config.h? -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.