[Fink-users] doxygen-1.3.2-1 failed to build

2003-07-15 Thread Kow K
I had an error in building doxygen-1.3.2-1. A snippet of its out is attached. My Fink version: Package manager version: 0.13.3 Distribution version: 0.5.3.cvs I'm running 10.2.6 on PowerBook G4, 867MHz. I don't have the recent Developer Tools update installed. Thanks, Kow *

[Fink-users] imapd + panther ?

2003-07-15 Thread Scot Ballard
i have tried several things to get an imap deamon to run on the Panther build to no avail. The issues seems to be based on an authentication method that has changed. I would like to know if anyone on this list has had success in getting any imap deamon to actually authenticate users on Panther (b

[Fink-users] Evolution (and wombat) refusing to launch

2003-07-15 Thread Eric Peden
I'm having some trouble with Evolution. Upon launching it, I get this error on the terminal: (Killing old version of Wombat...) (Cannot access Bonobo/ConfigDatabase, not upgrading configuration.) IDL:OAF/GeneralError:1.0 ** WARNING **: Unable to load module: (null): dynamic modules are

Re: [Fink-users] MacPython vs python

2003-07-15 Thread Alexander K. Hansen
I made up a separate script that called /usr/bin/wish (the Aqua version) explicitly: % diff ~/bin/aquamaxima /sw/bin/xmaxima 3c3 < exec /usr/bin/wish "$0" "$@" --- > exec wish "$0" "$@" 15074c15074 < exec /usr/bin/wish "$0" "$@" --- > exec wish "$0" "$@" That does it. On Tuesday, July 15, 2003,

Re: [Fink-users] gcc and fink

2003-07-15 Thread cameron.hanover
gcc -v At 10:59 AM -0500 7/15/03, Amit Gandhi wrote: simple question pertaining to the gcc fink discussion - how can I tell which version of gcc I am running - amit --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate te

Re: [Fink-users] gcc and fink

2003-07-15 Thread sinclair44
On 7/15/03 11:59 AM, "Amit Gandhi" <[EMAIL PROTECTED]> wrote: > simple question pertaining to the gcc fink discussion - > how can I tell which version of gcc I am running - > > amit Just invoke gcc with the --version flag. For example, I've got gcc 3.3 installed but 3.1 as the default: > [Watzm

[Fink-users] gcc and fink

2003-07-15 Thread Amit Gandhi
simple question pertaining to the gcc fink discussion - how can I tell which version of gcc I am running - amit --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free b

Re: [Fink-users] Problem installing HDF 4.1 - libz.a missing

2003-07-15 Thread Alexander K. Hansen
There's a /usr/lib/libz.dylib on my system. On Tuesday, July 15, 2003, at 03:24 AM, Tero Siili wrote: Hi! I tried installing the HDF library (v. 4.1r5-2) using fink and the primary library file libdf.a does appear as expected into /sw/lib. But my (fortran) codes using the HDF library and devel

Re: [Fink-users] Problem installing HDF 4.1 - libz.a missing

2003-07-15 Thread Jeff Whitaker
Tero: Look in /usr/lib. (libz.dylib) Just adding -lz when you link should do it. -Jeff On Tue, 15 Jul 2003, Tero Siili wrote: > Hi! > > I tried installing the HDF library (v. 4.1r5-2) using fink and the > primary library file libdf.a does appear as expected into /sw/lib. > But my (fortran) cod