Sol7 Compilation Woes (progress#4)

From: David Rieger (drieger@olac.berkeley.edu)
Date: Mon Jul 21 2003 - 14:03:52 EDT


I'm back - after a weekend of joy I'm at a make issue.

In case you are new with me (and I do hope you all can bear with me) here's
the situation:

Forte 6 installed
SSH is my desire and I need to:

  ./configure ; make

I get past configure but make is failing. I am enclosing the make.log, path
and ld_library_pth, my CC & C environmental var's and the contents of my
/opt/SUNWspro/bin dir - I do hope someone can help. Thanks for your
patience and help. My summary will be tastefully done - when this is
solved; promise:

BTW: I am executing (from within the ssh directory) a make -f
/export/home/drieger/ssh*/Makefile (to attempt to guide make to correct files).

##########make.log######################################
make all-recursive
make[1]: Entering directory `/export/home/drieger/ssh-3.2.5'
Making all in lib
make[2]: Entering directory `/export/home/drieger/ssh-3.2.5/lib'
Making all in sshutil
make[3]: Entering directory `/export/home/drieger/ssh-3.2.5/lib/sshutil'
Making all in sshcore
make[4]: Entering directory
`/export/home/drieger/ssh-3.2.5/lib/sshutil/sshcore'
cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I./.. -I\../../.. -g -O2 -c
sshdebug.c
In file included from ../sshincludes_unix.h:19,
                  from ../sshincludes.h:60,
                  from sshdebug.c:14:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2.3/include/sys/types.h:27:26:
sys/isa_defs.h: No such file or directory
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2.3/include/sys/types.h:28:31:
sys/feature_tests.h: No such file or directory
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2.3/include/sys/types.h:33:27:
sys/machtypes.h: No such file or directory
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2.3/include/sys/types.h:45:27:
sys/int_types.h: No such file or directory
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2.3/include/sys/types.h:564:24:
sys/select.h: No such file or directory
In file included from ../sshincludes.h:60,
                  from sshdebug.c:14:
../sshincludes_unix.h:20:22: sys/stat.h: No such file or directory
../sshincludes_unix.h:21:23: sys/param.h: No such file or directory
../sshincludes_unix.h:53:2: #error "Autoconfig error, your compiler doesn't
seem to support any 32 bit type"
In file included from ../sshincludes_unix.h:108,
                  from ../sshincludes.h:60,
                  from sshdebug.c:14:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2.3/include/stdio.h:36:31:
sys/feature_tests.h: No such file or directory
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2.3/include/stdio.h:37:25:
sys/va_list.h: No such file or directory
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2.3/include/stdio.h:39:24:
stdio_impl.h: No such file or directory
In file included from ../sshincludes.h:60,
                  from sshdebug.c:14:
../sshincludes_unix.h:109:19: ctype.h: No such file or directory
../sshincludes_unix.h:110:19: errno.h: No such file or directory
../sshincludes_unix.h:111:19: fcntl.h: No such file or directory
../sshincludes_unix.h:112:20: assert.h: No such file or directory
../sshincludes_unix.h:113:20: signal.h: No such file or directory
../sshincludes_unix.h:156:18: time.h: No such file or directory
make[4]: *** [sshdebug.o] Error 1
make[4]: Leaving directory `/export/home/drieger/ssh-3.2.5/lib/sshutil/sshcore'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/drieger/ssh-3.2.5/lib/sshutil'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/export/home/drieger/ssh-3.2.5/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/drieger/ssh-3.2.5'
make: *** [all-recursive-am] Error 2

############EOF####################

myPATH:
/opt/SUNWspro/bin:/usr/ccs/bin:/usr/ucb/bin:/bin:/usr/local/bin

LD_LIBRARY_PATH
/usr/local/bin:/usr/lib:/usr/ccs/lib

CC envVar:
/opt/SUNWspro/bin/cc

C envVar:

/opt/SUNWspro/bin/c

ls -al output on /opt/SUNWspro/bin:

drwxr-xr-x 6 root sys 1536 Jul 21 10:09 .
drwxr-xr-x 14 root sys 512 Jul 21 09:36 ..
lrwxrwxrwx 1 root other 15 Jul 21 09:41 CC -> ../WS6U1/bin/CC
lrwxrwxrwx 1 root other 20 Jul 21 09:41 CCadmin ->
../WS6U1/bin/CCadmin
-rw-r--r-- 1 root other 15690 Jul 21 10:08 Makefile
-rw-r--r-- 1 root other 218 Jul 21 10:08
Makefile.grandlib_final.pre
drwxr-xr-x 3 root other 512 Jul 21 10:09 apps
lrwxrwxrwx 1 root other 19 Jul 21 09:51 bcheck ->
../WS6U1/bin/bcheck
lrwxrwxrwx 1 root other 22 Jul 21 09:48 bringover ->
../WS6U1/bin/bringover
lrwxrwxrwx 1 root other 20 Jul 21 09:41 c++filt ->
../WS6U1/bin/c++filt
lrwxrwxrwx 1 root other 16 Jul 21 09:37 c89 -> ../WS6U1/bin/c89
lrwxrwxrwx 1 root other 15 Jul 21 09:37 cb -> ../WS6U1/bin/cb
lrwxrwxrwx 1 root other 15 Jul 21 09:37 cc -> ../WS6U1/bin/cc
lrwxrwxrwx 1 root other 15 Jul 21 09:37 cc-5.0 -> ../WS6U1/bin/cc
lrwxrwxrwx 1 root other 18 Jul 21 09:37 cflow ->
../WS6U1/bin/cflow
lrwxrwxrwx 1 root other 20 Jul 21 09:48 codemgr ->
../WS6U1/bin/codemgr
lrwxrwxrwx 1 root other 24 Jul 21 09:48 codemgrtool ->
../WS6U1/bin/codemgrtool
-rw-r--r-- 1 root other 10981 Jul 21 10:08 config.cache
-rw-r--r-- 1 root other 150140 Jul 21 10:08 config.log
-rwxr-xr-x 1 root other 24932 Jul 21 10:08 config.status
lrwxrwxrwx 1 root other 19 Jul 21 09:37 cscope ->
../WS6U1/bin/cscope
lrwxrwxrwx 1 root other 17 Jul 21 09:37 ctc -> ../WS6U1/bin/ctcr
lrwxrwxrwx 1 root other 17 Jul 21 09:37 ctcr -> ../WS6U1/bin/ctcr
lrwxrwxrwx 1 root other 19 Jul 21 09:37 ctrace ->
../WS6U1/bin/ctrace
lrwxrwxrwx 1 root other 18 Jul 21 09:37 cxref ->
../WS6U1/bin/cxref
lrwxrwxrwx 1 root other 16 Jul 21 09:51 dbx -> ../WS6U1/bin/dbx
lrwxrwxrwx 1 root other 24 Jul 21 09:48 def.dir.flp ->
../WS6U1/bin/def.dir.flp
lrwxrwxrwx 1 root other 16 Jul 21 09:41 dem -> ../WS6U1/bin/dem
lrwxrwxrwx 1 root other 18 Jul 18 14:58 dmake ->
../WS6U1/bin/dmake
lrwxrwxrwx 1 root other 22 Jul 21 09:51 dumpstabs ->
../WS6U1/bin/dumpstabs
lrwxrwxrwx 1 root other 19 Jul 18 14:58 eserve ->
../WS6U1/lib/eserve
lrwxrwxrwx 1 root other 16 Jul 21 09:35 fbe -> ../WS6U1/bin/fbe
lrwxrwxrwx 1 root other 16 Jul 21 09:35 fbe-4.0 ->
../WS6U1/bin/fbe
lrwxrwxrwx 1 root other 22 Jul 21 09:48 filemerge ->
../WS6U1/bin/filemerge
lrwxrwxrwx 1 root other 22 Jul 21 09:35 fpversion ->
../WS6U1/bin/fpversion
lrwxrwxrwx 1 root other 21 Jul 21 09:47 freezept ->
../WS6U1/bin/freezept
lrwxrwxrwx 1 root other 25 Jul 21 09:47 freezepttool ->
../WS6U1/bin/freezepttool
lrwxrwxrwx 1 root other 19 Jul 18 14:58 hbvi.4 ->
../WS6U1/bin/hbvi.4
drwxr-xr-x 2 root other 512 Jul 21 10:08 include
lrwxrwxrwx 1 root other 19 Jul 21 09:37 indent ->
../WS6U1/bin/indent
drwxr-xr-x 12 root other 512 Jul 21 10:08 lib
lrwxrwxrwx 1 root other 17 Jul 21 09:37 lint -> ../WS6U1/bin/lint
lrwxrwxrwx 1 root other 22 Jul 21 09:46 lock_lint ->
../WS6U1/bin/lock_lint
lrwxrwxrwx 1 root other 21 Jul 18 14:58 maketool ->
../WS6U1/bin/maketool
drwxr-xr-x 3 root other 512 Jul 21 10:09 projects
lrwxrwxrwx 1 root other 20 Jul 21 09:41 ptclean ->
../WS6U1/bin/ptclean
lrwxrwxrwx 1 root other 20 Jul 21 09:48 putback ->
../WS6U1/bin/putback
lrwxrwxrwx 1 root other 19 Jul 21 09:48 rcs2ws ->
../WS6U1/bin/rcs2ws
lrwxrwxrwx 1 root other 20 Jul 21 09:48 resolve ->
../WS6U1/bin/resolve
lrwxrwxrwx 1 root other 27 Jul 21 09:51 rtc_patch_area ->
../WS6U1/bin/rtc_patch_area
lrwxrwxrwx 1 root other 16 Jul 18 14:58 rxm -> ../WS6U1/bin/rxm
lrwxrwxrwx 1 root other 16 Jul 18 14:58 rxs -> ../WS6U1/bin/rxs
lrwxrwxrwx 1 root other 22 Jul 21 09:40 sbcleanup ->
../WS6U1/bin/sbcleanup
lrwxrwxrwx 1 root other 20 Jul 21 09:40 sbenter ->
../WS6U1/bin/sbenter
lrwxrwxrwx 1 root other 20 Jul 21 09:40 sbquery ->
../WS6U1/bin/sbquery
lrwxrwxrwx 1 root other 19 Jul 21 09:40 sbtags ->
../WS6U1/bin/sbtags
lrwxrwxrwx 1 root other 18 Jul 21 09:37 smctl ->
../WS6U1/bin/smctl
-rw-r--r-- 1 root other 25459 Jul 21 10:09 sshconf.h
-rw-r--r-- 1 root other 10 Jul 21 10:09 stamp-h
lrwxrwxrwx 1 root other 17 Jul 21 09:35 tcov -> ../WS6U1/bin/tcov
lrwxrwxrwx 1 root other 24 Jul 21 09:48 teamware ->
../WS6U1/bin/codemgrtool
lrwxrwxrwx 1 root other 21 Jul 18 14:58 twbuild ->
../WS6U1/bin/maketool
lrwxrwxrwx 1 root other 24 Jul 21 09:48 twconfig ->
../WS6U1/bin/codemgrtool
lrwxrwxrwx 1 root other 25 Jul 21 09:48 twfreeze ->
../WS6U1/bin/freezepttool
lrwxrwxrwx 1 root other 22 Jul 21 09:48 twmerge ->
../WS6U1/bin/filemerge
lrwxrwxrwx 1 root other 20 Jul 21 09:47 twversion ->
../WS6U1/bin/vertool
lrwxrwxrwx 1 root other 20 Jul 21 09:37 version ->
../WS6U1/bin/version
lrwxrwxrwx 1 root other 20 Jul 21 09:37 version-5.0 ->
../WS6U1/bin/version
lrwxrwxrwx 1 root other 20 Jul 21 09:47 vertool ->
../WS6U1/bin/vertool
lrwxrwxrwx 1 root other 20 Jul 21 09:37 whatdir ->
../WS6U1/bin/whatdir
lrwxrwxrwx 1 root other 22 Jul 21 09:48 workspace ->
../WS6U1/bin/workspace
lrwxrwxrwx 1 root other 20 Jul 21 09:48 ws_undo ->
../WS6U1/bin/ws_undo
total 604
drwxr-xr-x 6 root sys 1536 Jul 21 10:09 .
drwxr-xr-x 14 root sys 512 Jul 21 09:36 ..
lrwxrwxrwx 1 root other 15 Jul 21 09:41 CC -> ../WS6U1/bin/CC
lrwxrwxrwx 1 root other 20 Jul 21 09:41 CCadmin ->
../WS6U1/bin/CCadmin
-rw-r--r-- 1 root other 15690 Jul 21 10:08 Makefile
-rw-r--r-- 1 root other 218 Jul 21 10:08
Makefile.grandlib_final.pre
drwxr-xr-x 3 root other 512 Jul 21 10:09 apps
lrwxrwxrwx 1 root other 19 Jul 21 09:51 bcheck ->
../WS6U1/bin/bcheck
lrwxrwxrwx 1 root other 22 Jul 21 09:48 bringover ->
../WS6U1/bin/bringover
lrwxrwxrwx 1 root other 20 Jul 21 09:41 c++filt ->
../WS6U1/bin/c++filt
lrwxrwxrwx 1 root other 16 Jul 21 09:37 c89 -> ../WS6U1/bin/c89
lrwxrwxrwx 1 root other 15 Jul 21 09:37 cb -> ../WS6U1/bin/cb
lrwxrwxrwx 1 root other 15 Jul 21 09:37 cc -> ../WS6U1/bin/cc
lrwxrwxrwx 1 root other 15 Jul 21 09:37 cc-5.0 -> ../WS6U1/bin/cc
lrwxrwxrwx 1 root other 18 Jul 21 09:37 cflow ->
../WS6U1/bin/cflow
lrwxrwxrwx 1 root other 20 Jul 21 09:48 codemgr ->
../WS6U1/bin/codemgr
lrwxrwxrwx 1 root other 24 Jul 21 09:48 codemgrtool ->
../WS6U1/bin/codemgrtool
-rw-r--r-- 1 root other 10981 Jul 21 10:08 config.cache
-rw-r--r-- 1 root other 150140 Jul 21 10:08 config.log
-rwxr-xr-x 1 root other 24932 Jul 21 10:08 config.status
lrwxrwxrwx 1 root other 19 Jul 21 09:37 cscope ->
../WS6U1/bin/cscope
lrwxrwxrwx 1 root other 17 Jul 21 09:37 ctc -> ../WS6U1/bin/ctcr
lrwxrwxrwx 1 root other 17 Jul 21 09:37 ctcr -> ../WS6U1/bin/ctcr
lrwxrwxrwx 1 root other 19 Jul 21 09:37 ctrace ->
../WS6U1/bin/ctrace
lrwxrwxrwx 1 root other 18 Jul 21 09:37 cxref ->
../WS6U1/bin/cxref
lrwxrwxrwx 1 root other 16 Jul 21 09:51 dbx -> ../WS6U1/bin/dbx
lrwxrwxrwx 1 root other 24 Jul 21 09:48 def.dir.flp ->
../WS6U1/bin/def.dir.flp
lrwxrwxrwx 1 root other 16 Jul 21 09:41 dem -> ../WS6U1/bin/dem
lrwxrwxrwx 1 root other 18 Jul 18 14:58 dmake ->
../WS6U1/bin/dmake
lrwxrwxrwx 1 root other 22 Jul 21 09:51 dumpstabs ->
../WS6U1/bin/dumpstabs
lrwxrwxrwx 1 root other 19 Jul 18 14:58 eserve ->
../WS6U1/lib/eserve
lrwxrwxrwx 1 root other 16 Jul 21 09:35 fbe -> ../WS6U1/bin/fbe
lrwxrwxrwx 1 root other 16 Jul 21 09:35 fbe-4.0 ->
../WS6U1/bin/fbe
lrwxrwxrwx 1 root other 22 Jul 21 09:48 filemerge ->
../WS6U1/bin/filemerge
lrwxrwxrwx 1 root other 22 Jul 21 09:35 fpversion ->
../WS6U1/bin/fpversion
lrwxrwxrwx 1 root other 21 Jul 21 09:47 freezept ->
../WS6U1/bin/freezept
lrwxrwxrwx 1 root other 25 Jul 21 09:47 freezepttool ->
../WS6U1/bin/freezepttool
lrwxrwxrwx 1 root other 19 Jul 18 14:58 hbvi.4 ->
../WS6U1/bin/hbvi.4
drwxr-xr-x 2 root other 512 Jul 21 10:08 include
lrwxrwxrwx 1 root other 19 Jul 21 09:37 indent ->
../WS6U1/bin/indent
drwxr-xr-x 12 root other 512 Jul 21 10:08 lib
lrwxrwxrwx 1 root other 17 Jul 21 09:37 lint -> ../WS6U1/bin/lint
lrwxrwxrwx 1 root other 22 Jul 21 09:46 lock_lint ->
../WS6U1/bin/lock_lint
lrwxrwxrwx 1 root other 21 Jul 18 14:58 maketool ->
../WS6U1/bin/maketool
drwxr-xr-x 3 root other 512 Jul 21 10:09 projects
lrwxrwxrwx 1 root other 20 Jul 21 09:41 ptclean ->
../WS6U1/bin/ptclean
lrwxrwxrwx 1 root other 20 Jul 21 09:48 putback ->
../WS6U1/bin/putback
lrwxrwxrwx 1 root other 19 Jul 21 09:48 rcs2ws ->
../WS6U1/bin/rcs2ws
lrwxrwxrwx 1 root other 20 Jul 21 09:48 resolve ->
../WS6U1/bin/resolve
lrwxrwxrwx 1 root other 27 Jul 21 09:51 rtc_patch_area ->
../WS6U1/bin/rtc_patch_area
lrwxrwxrwx 1 root other 16 Jul 18 14:58 rxm -> ../WS6U1/bin/rxm
lrwxrwxrwx 1 root other 16 Jul 18 14:58 rxs -> ../WS6U1/bin/rxs
lrwxrwxrwx 1 root other 22 Jul 21 09:40 sbcleanup ->
../WS6U1/bin/sbcleanup
lrwxrwxrwx 1 root other 20 Jul 21 09:40 sbenter ->
../WS6U1/bin/sbenter
lrwxrwxrwx 1 root other 20 Jul 21 09:40 sbquery ->
../WS6U1/bin/sbquery
lrwxrwxrwx 1 root other 19 Jul 21 09:40 sbtags ->
../WS6U1/bin/sbtags
lrwxrwxrwx 1 root other 18 Jul 21 09:37 smctl ->
../WS6U1/bin/smctl
-rw-r--r-- 1 root other 25459 Jul 21 10:09 sshconf.h
-rw-r--r-- 1 root other 10 Jul 21 10:09 stamp-h
lrwxrwxrwx 1 root other 17 Jul 21 09:35 tcov -> ../WS6U1/bin/tcov
lrwxrwxrwx 1 root other 24 Jul 21 09:48 teamware ->
../WS6U1/bin/codemgrtool
lrwxrwxrwx 1 root other 21 Jul 18 14:58 twbuild ->
../WS6U1/bin/maketool
lrwxrwxrwx 1 root other 24 Jul 21 09:48 twconfig ->
../WS6U1/bin/codemgrtool
lrwxrwxrwx 1 root other 25 Jul 21 09:48 twfreeze ->
../WS6U1/bin/freezepttool
lrwxrwxrwx 1 root other 22 Jul 21 09:48 twmerge ->
../WS6U1/bin/filemerge
lrwxrwxrwx 1 root other 20 Jul 21 09:47 twversion ->
../WS6U1/bin/vertool
lrwxrwxrwx 1 root other 20 Jul 21 09:37 version ->
../WS6U1/bin/version
lrwxrwxrwx 1 root other 20 Jul 21 09:37 version-5.0 ->
../WS6U1/bin/version
lrwxrwxrwx 1 root other 20 Jul 21 09:47 vertool ->
../WS6U1/bin/vertool
lrwxrwxrwx 1 root other 20 Jul 21 09:37 whatdir ->
../WS6U1/bin/whatdir
lrwxrwxrwx 1 root other 22 Jul 21 09:48 workspace ->
../WS6U1/bin/workspace
lrwxrwxrwx 1 root other 20 Jul 21 09:48 ws_undo ->
../WS6U1/bin/ws_undo
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:26:47 EDT