[OpenAFS-devel] still build issues on solaris 2.6

Art Freeman ajf@lehman.COM
Thu, 21 Dec 2000 15:46:38 -0500 (EST)


Try /usr/xpg4/lib .

--art

> > > > Subject: Re: [OpenAFS-devel] still build issues on solaris 2.6
> > > >
> > > >
> > > > Right, curses is busted on older versions of Solaris..  Try using
> > > > ncurses?  Or make sure you're getting curses from /usr/lib, not
> > > > /usr/ucblib?
> > > >
> > > > -derek
> > > >
> > > > "Neulinger, Nathan R." <nneul@umr.edu> writes:
> > > >
> > > > > I still get the following building on sun4x_56:
> > > > >
> > > > > /umr/bin/cc  -I.
> > > > -I/afs/.umr.edu/software/openafs/sun4x_56/dest/include
> > > > > -I/afs/.umr.edu/software/openafs/sun4x_56/dest/include/afs
> > > > -dy -Bdynamic  -c
> > > > > gtxtest.c
> > > > > /umr/bin/cc  -o gtxtest gtxtest.o libgtx.a
> > > > > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/librx.a
> > > > > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/liblwp.a
> > > > > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/afs/libsys.a
> > > > > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/afs/libcmd.a
> > > > > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/afs/libkauth.a
> > > > > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/afs/libauth.a
> > > > > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/librxkad.a
> > > > > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/libdes.a
> > > > >
> > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/afs/libcom_err.a
> > > > >
> > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/afs/util.a -lcurses
> > > > >
> > > > /afs/.umr.edu/software/openafs/sun4x_56/dest/lib/afs/libtermli
> > > > b.a  -lsocket
> > > > > -lnsl -lintl -ldl
> > > > > Undefined                       first referenced
> > > > >  symbol                             in file
> > > > > initscr32                           libgtx.a(curseswindows.o)
> > > > > box32                               libgtx.a(curseswindows.o)
> > > > > raw                                 libgtx.a(curseswindows.o)
> > > > > tgoto
> > > > /usr/ucblib/libcurses.a(cr_put.o)
> > > > > tputs
> > > > /usr/ucblib/libcurses.a(endwin.o)
> > > > > w32addch                            libgtx.a(curseswindows.o)
> > > > > noraw                               libgtx.a(curseswindows.o)
> > > > > ld: fatal: Symbol referencing errors. No output written
> > to gtxtest
> > > > > *** Error code 1
> > > > > make: Fatal error: Command failed for target `gtxtest'
> > > > > Current working directory
> > > > /afs/.umr.edu/software/openafs/sun4x_56/obj/gtx
> > > > > *** Error code 1
> > > > > make: Fatal error: Command failed for target `gtx'
> > > > > Current working directory /afs/.umr.edu/software/openafs
> > > > > *** Error code 1
> > > > > make: Fatal error: Command failed for target `install'
> > > > > Current working directory /afs/.umr.edu/software/openafs
> > > > > *** Error code 1
> > > > > make: Fatal error: Command failed for target `all'
> > > > >
> > > > >
> > > > >
> > > > > This doesn't occur on sun4x_57.
> > > > >
> > > > > -- Nathan
> > > > >