Re: [Fink-users] gcc 2.95 on jaguar

2002-08-18 Thread Ben Hines
On Sunday, August 18, 2002, at 09:29 PM, Andy Bastien wrote: > Can you use the older gcc 2.95 from one of the earlier versions of the > Developer Tools CD on Jaguar to compile fink packages? I've got a Mac > running 10.2 which I upgraded from 10.1.4 and which had the April 2002 > Developer Tool

[Fink-users] gcc 2.95 on jaguar

2002-08-18 Thread Andy Bastien
Can you use the older gcc 2.95 from one of the earlier versions of the Developer Tools CD on Jaguar to compile fink packages? I've got a Mac running 10.2 which I upgraded from 10.1.4 and which had the April 2002 Developer Tools installed. I haven't installed the July 2002 edition yet. I've comp

Re: [Fink-users] CUPS

2002-08-18 Thread Curtis Vaughan
Ben Hines wrote: > > On Friday, August 16, 2002, at 04:41 PM, Curtis Vaughan wrote: > >> Sorry Fink User for this question, but no one's answering it at the >> Apple Discussion group. >> >> I'm totally lost here. Ok, I downloaded CUPS, but I see according to >> docs that I need to install >>

Re: [Fink-users] Problems compiling emacs21 on 10.2

2002-08-18 Thread Ben Hines
On Sunday, August 18, 2002, at 04:04 PM, Jeremy Higgs wrote: > Hi everyone, > > I'm having problems compiling emacs21 on 10.2... I've installed > emacsen-common as a dependency, but I get this: > > > Any ideas? > Yes, update to the latest emacs. selfupdate-cvs. The jaguar-fixed version has fi

[Fink-users] (no subject)

2002-08-18 Thread Michelle Lanni
> >Three friendly tips, > >1. you should identify all of your configuration files that your site >requires and make sure they are backed up (not just for the fink / >jaguar upgrade). > >2. get a seconds system rebuild your site on an old mac and verify >that it can withstand the upgrades. > >3. b

Re: [Fink-users] Re: DORBIT_DEF_CORBA_sequence_CORBA_string

2002-08-18 Thread Philip Mötteli
Am Montag den, 19. August 2002, um 00:38, schrieb Derek Homeier: > On Sunday, August 18, 2002, at 05:56 AM, Philip Mötteli wrote: >> Am Sonntag den, 11. August 2002, um 17:15, schrieb Masanori Sekino: configure: running /bin/ksh './configure' --prefix=/sw 'CPPFLAGS=-no-cpp-precomp >>>

[Fink-users] GConf

2002-08-18 Thread Philip Mötteli
Hi I try to install GConf 1.0.9-1 from the stable tree and have a weird problem: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/orbit-1.0 -I/sw/include/glib-1.2 -I/

[Fink-users] Problems compiling emacs21 on 10.2

2002-08-18 Thread Jeremy Higgs
Hi everyone, I'm having problems compiling emacs21 on 10.2... I've installed emacsen-common as a dependency, but I get this: gcc -L/sw/lib -L/usr/X11R6/lib -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o xterm.

Re: [Fink-users] Re: DORBIT_DEF_CORBA_sequence_CORBA_string

2002-08-18 Thread Derek Homeier
On Sunday, August 18, 2002, at 05:56 AM, Philip Mötteli wrote: > Am Sonntag den, 11. August 2002, um 17:15, schrieb Masanori Sekino: >>> configure: running /bin/ksh './configure' --prefix=/sw >>> 'CPPFLAGS=-no-cpp-precomp >> >> Is your /bin/sh a symlink to /bin/ksh? Or do you have any special

Re: [Fink-users] Compiling from xterm

2002-08-18 Thread Jeremy Erwin
First, the compiler needs to be told where extra headers might be found, and the linker needs to be told where extra libraries might be found. This usually involves setenv CFLAGS = $CFLAGS -I/sw/include setenv CXXFLAGS = $CXXFLAGS -I/sw/include (for c++ programs) setenv LDFLAGS = $LDFLAGS -L/sw

Re: [Fink-users] Compiling from xterm

2002-08-18 Thread Alexander Hansen
Probably because the configuration is looking for libraries, headers, etc. that you installed with fink in the wrong locations. Most .configure scripts have options you can feed them like --with-lib-dir=/sw (Check your .configure for the actual syntax--I'm not sure if this is exactly correct). I

[Fink-users] Compiling from xterm

2002-08-18 Thread b8edbreth
Ok why is it that no matter what I try to install, the only way to install x11 apps on mac is through fink? anything that needs ./configure ; make ; make install will fail at make --- This sf.net email is sponsored by: OSDN - Tired of that sa

[Fink-users] grass problems

2002-08-18 Thread Kevin Horton
At 9:55 AM -0400 10/8/02, Kevin Horton wrote: >At 9:05 AM -0400 10/8/02, Benjamin Reed wrote: >>Kevin Horton [[EMAIL PROTECTED]] wrote: >> >>> 2. Problem 2 - missing postgres_fe.h. Even after I install >>> postgresql-dev, the grass install fails, apparently because it can't >>> find postgres_f

Re: [Fink-users] OpenGl programmes

2002-08-18 Thread Martin Costabel
Don McKenzie Paul wrote: > I'm trying to get Matlab running on my Ti 667 powerbook. The problem > seems to be with OpenGL libraries. Mathworks have given me a listing of > the /usr/X11R6/lib which is identical to mine. Can anyone suggest a > programme which uses these libraries in X and could

[Fink-users] Re: DORBIT_DEF_CORBA_sequence_CORBA_string

2002-08-18 Thread Philip Mötteli
Am Sonntag den, 11. August 2002, um 17:15, schrieb Masanori Sekino: >> configure: running /bin/ksh './configure' --prefix=/sw >> 'CPPFLAGS=-no-cpp-precomp > > Is your /bin/sh a symlink to /bin/ksh? Or do you have any special > setting about /bin/ksh? Currently, fink only supports zsh as /bin/sh