Re: [Fink-users] XLIB problems "-lplot" not found

2010-04-28 Thread ScKaSx
Thanks guys it is working now! (Big relief) To summarize the necessary steps incase I need this again or anyone else: - installed fink 64 bit (newer macbook pro) - ran 'fink install plotutils-dev' Cheers, Tyler Hanspeter Niederstrasser wrote: > > On 4/27/10 2:45 PM, ScKaSx wrote: >> >> No w

Re: [Fink-users] XLIB problems "-lplot" not found

2010-04-27 Thread Hanspeter Niederstrasser
On 4/27/10 2:45 PM, ScKaSx wrote: > > No worries and thanks guys I am making progress. > > The plotutils-dev worked fine but now I am getting the following warning: > > ld: warning: in /sw/lib/libplot.dylib, file was built for i386 which is not > the architecture being linked (x86_64) > > Is my mak

Re: [Fink-users] XLIB problems "-lplot" not found

2010-04-27 Thread ScKaSx
No worries and thanks guys I am making progress. The plotutils-dev worked fine but now I am getting the following warning: ld: warning: in /sw/lib/libplot.dylib, file was built for i386 which is not the architecture being linked (x86_64) Is my makefile correct. And it finds alot of undefined s

Re: [Fink-users] XLIB problems "-lplot" not found

2010-04-27 Thread Alexander Hansen
On 4/27/10 3:48 AM, Martin Costabel wrote: > T.Kakuda wrote: > >> Hi Alex, >> >> Sorry but I made a typo. As did I. Sorry about that. I should have been saying "plotutils" all along. I shouldn't work the mailing lists when tired. >> I tried: >> >> fink install libplot-dev >> >> but got the

Re: [Fink-users] XLIB problems "-lplot" not found

2010-04-27 Thread Martin Costabel
T.Kakuda wrote: > Hi Alex, > > Sorry but I made a typo. I tried: > > fink install libplot-dev > > but got the error: > > "Information about 3606 packages read in 0 seconds. > Failed: no package found for specification 'libplot-dev'!" > > Also when I search for libplot-dev in the fink packages

Re: [Fink-users] XLIB problems "-lplot" not found

2010-04-26 Thread T.Kakuda
Hi Alex, Sorry but I made a typo. I tried: fink install libplot-dev but got the error: "Information about 3606 packages read in 0 seconds. Failed: no package found for specification 'libplot-dev'!" Also when I search for libplot-dev in the fink packages I don't see it. Is there another name

Re: [Fink-users] XLIB problems "-lplot" not found

2010-04-26 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/26/10 9:38 PM, T.Kakuda wrote: > Thanks for the recommendation Alex. When I run the dpkg command for > libplot.dylib I get the message: > > dpkg: *libplot.dylib* not found. > > And when I try: > > fink install libplot.dylib > > I get the mes

Re: [Fink-users] XLIB problems "-lplot" not found

2010-04-26 Thread T.Kakuda
Thanks for the recommendation Alex. When I run the dpkg command for libplot.dylib I get the message: dpkg: *libplot.dylib* not found. And when I try: fink install libplot.dylib I get the message: "Information about 3606 packages read in 0 seconds. Failed: no package found for specification '

Re: [Fink-users] XLIB problems "-lplot" not found

2010-04-26 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/26/10 9:13 PM, ScKaSx wrote: > > Hi All, > > I recently bought a new macbook pro and am trying to rerun code that worked > before on my older macbook pro. Note: Xcode and Fink installed. > > CC = g++ > XLIB = -lplot -lXaw -lXmu -lXt -lSM -lI

[Fink-users] XLIB problems "-lplot" not found

2010-04-26 Thread ScKaSx
Hi All, I recently bought a new macbook pro and am trying to rerun code that worked before on my older macbook pro. Note: Xcode and Fink installed. CC = g++ XLIB = -lplot -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lpng -lz LIB_FLAGS = -L/usr/local/lib -L/usr/X11R6/lib -L/sw/lib CFLAGS = -Wall