develooper Front page | perl.perl5.porters | Postings from May 2012

Re: [perl #45241] Not sure what to do next...

Thread Previous
From:
Andy Dougherty
Date:
May 5, 2012 13:50
Subject:
Re: [perl #45241] Not sure what to do next...
Message ID:
alpine.DEB.2.00.1205051649220.15908@fractal.phys.lafayette.edu
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About