On Thu, 3 May 2012, James E Keenan via RT wrote:
> On Fri Sep 07 06:37:00 2007, doughera wrote:
> > On Thu, 6 Sep 2007, Kowalski, Michael wrote:
> >
> > > # New Ticket Created by "Kowalski, Michael"
> > > # Please include the string: [perl #45241]
> > > # in the subject line of all future correspondence about this issue.
> > > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45241 >
> > >
> > > # uname -a
> > > SunOS kmgapps2 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V445
> > > # sh Configure -Duse64bitall -des
> >
> > [ ... normal Configure output ... ]
> >
> > > I've tried to compile and run the following simple program:
> > >
> > > #include <stdio.h>
> > > int main() { printf("Ok\n"); return(0); }
> > >
> > > I used the command:
> > >
> > > /opt/SUNWspro/bin/cc -o try -O -xarch=generic64
> > > -I/usr/local/include -xarch=generic64 -L/usr/lib/sparcv9
> > > -L/usr/ccs/lib/sparcv9 -L/opt/SUNWspro/prod/lib/v9 -L/lib/sparcv9
> > > -L/usr/local/lib try.c -lsocket -lnsl -ldb -ldl -lm -lc
> > >
> > > ./try
> > >
> > > and I got the following output:
> > > ld: fatal: library -ldb: not found
> > > ld: fatal: File processing errors. No output written to try
> >
> We never heard back from the original poster, so we have no reason to
> believe that Andy D.'s suggestion did not work.
>
> Can we close this ticket?
Yes, go ahead and close it. Thanks!
--
Andy Dougherty doughera@lafayette.edu
Thread Previous