[Fink-users] Problem compiling xscreensaver-gtk2

2004-01-13 Thread Ralf Höling
Hi!

I tried again to update gnome, but I always get an error compiling 
xscreensaver. As I described in my last message, I don't need 
xscreensaver-gtk2, but fink always wants to install it with gnome. So 
what can I do?

ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_sigtimedwait
make[1]: *** [xscreensaver] Error 1
make: *** [default] Error 5
### execution of make failed, exit code 2
Failed: compiling xscreensaver-gtk2-4.11-11 failed
Thank you very much

Ralf



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gnuplot

2004-01-13 Thread jacques couzteau
hello list,

I'm new, se please forgive me if i ask something obvious.

I've been trying to install gnuplot and use it with X11.

The version that i can install with dselect or apt-get doesn't run on 
macos 10.3. It launches but the quits immidiately due to some problems 
with readlinelib. So the real problem is that when i install gnuplot i 
get an old version of readlinelib .

Here is what happens when i run the following command:
sudo apt-get install gnuplot
...
Unpacking gnuplot (from .../gnuplot_3.8h.0-7_darwin-powerpc.deb) ...
Setting up readline-shlibs (4.2a-5) ...
Setting up gnuplot (3.8h.0-7) ...
I've been in touch with the maintainer of readline at gnu and have 
sucessfully manually installed readline4.3. But gnuplot doesn't find it 
or i don't know how to tell gnuplot to use it.

When i search for the gnuplot at the fink-webpage i see that the 
gnuplot-packkage i'm getting comes from an tree 0.4.1.

Since there is also a tree called 10.3-current. i believe my fink 
install needs an update. so i ran  fink selfupdate in the terminal. 
that exited with  errors:

Here is what i did:
fink selfupdate
i answered the first question i chose to update from cvs:
a lot of messages flashed past, ending with:
...
Preparing to replace fink 0.11.1-10 (using 
.../fink_0.16.2-1_darwin-powerpc.deb) ...
Unpacking replacement fink ...
Setting up fink (0.16.2-1) ...
Checking system... powerpc-apple-darwin7.2.0
This system was not released at the time this Fink release was made.
Prerelease versions of Mac OS X might work with Fink, but there are no
guarantees.
ln -s 10.3 /sw/fink/dists
Reading package info...
Updating package index... done.

Re-executing fink to use the new version...
Reading package info...
Updating package index... done.
Information about 1250 packages read in 10 seconds.
WARNING: While resolving dependency storable-pm560 for package 
storable-pm-1.0.14-6, package storable-pm560 was not found.
WARNING: While resolving dependency storable-pm561 for package 
storable-pm-1.0.14-6, package storable-pm561 was not found.
WARNING: While resolving dependency perl580-core for package 
storable-pm-1.0.14-6, package perl580-core was not found.
Failed: Illegal version specification '= 1:495-1' for package 
cctools-extra

so i believe my current version of fink is not compatible with osx 
10.3, neither is selfupdate

just to give it a try i reran fink selfupdate
now it looked different and i in the first question i chose to update 
via rsync. now i receive the following errormessage

Failed: No mirror site list file found for mirror 'gnu'.

Questions:
1. what is the fastest way to get gnuplot running? I've tried to build 
it from source (version 3.7.3) available from www.gnuplot.info.  but i 
ran into syntax errors during make in the openstep-libs.
The version fink claims to install if was using the right tree would be 
3.8 which raises the hope that the readline-issue will be addressed in 
this update.

2. How do i fix and update my fink?

3. Will i be able to sucessfully install gnuplot with the current tree 
of fink?



Thank you

jacques



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Auctex and emacs21

2004-01-13 Thread Alexander K. Hansen
There was a message on -beginners yesterday concerning the same problem.
--
Alexander Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
On Jan 12, 2004, at 8:32 PM, Derek Homeier wrote:

Hi all,

is anyone out there getting auctex to install properly under 
emacs21/emacs21-xaw3d? It invariably fails here byte-compiling due to 
an undefined variable (which it apparently should get from
fink-startup.elc, but doesn't):

Setting up auctex (11.13-11) ...
install/auctex: Byte-compiling for emacs21... done.
Symbol's value as variable is void: fink-emacs-flavor
emacs-package-install: /sw/lib/emacsen-common/packages/install/auctex 
emacs21 emacs21 failed at /sw/lib/emacsen-common/emacs-package-install 
line 30, TSORT line 1.

It then does an incomplete install, but the emacs startup fails in 
tex-site with the same error. It's possible to work around it by 
changing the auctex patch to include:

@@ -37,21 +37,115 @@
 (if ( emacs-major-version 20)
   (error AUC TeX requires Emacs 20 or later))
+;;; Customized for Debian GNU/Linux by Davide G. M. Salvetti 
[EMAIL PROTECTED]
+
+(if (not (boundp 'fink-emacs-flavor))
+  (defconst fink-emacs-flavor 'emacs))
+
+;; The directory where the AUC TeX lisp files are located.
+(defvar TeX-lisp-directory (concat

but this would probably not work with xemacs...

I've read of people having similar problems a few months ago, but 
nothing recently.

Thanks,
Derek




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnuplot

2004-01-13 Thread Alexander K. Hansen
Notes inserted below
--
Alexander Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
On Jan 13, 2004, at 9:21 AM, jacques couzteau wrote:

hello list,

I'm new, se please forgive me if i ask something obvious.

I've been trying to install gnuplot and use it with X11.

The version that i can install with dselect or apt-get doesn't run on 
macos 10.3. It launches but the quits immidiately due to some problems 
with readlinelib. So the real problem is that when i install gnuplot i 
get an old version of readlinelib .

Here is what happens when i run the following command:
sudo apt-get install gnuplot
...
Unpacking gnuplot (from .../gnuplot_3.8h.0-7_darwin-powerpc.deb) ...
Setting up readline-shlibs (4.2a-5) ...
Setting up gnuplot (3.8h.0-7) ...
I've been in touch with the maintainer of readline at gnu and have 
sucessfully manually installed readline4.3. But gnuplot doesn't find 
it or i don't know how to tell gnuplot to use it.

That's normal--Fink doesn't usually know about libraries you install by 
other means.

When i search for the gnuplot at the fink-webpage i see that the 
gnuplot-packkage i'm getting comes from an tree 0.4.1.

Since there is also a tree called 10.3-current. i believe my fink 
install needs an update. so i ran  fink selfupdate in the terminal. 
that exited with  errors:

Here is what i did:
fink selfupdate
i answered the first question i chose to update from cvs:
a lot of messages flashed past, ending with:
...
Preparing to replace fink 0.11.1-10 (using 
.../fink_0.16.2-1_darwin-powerpc.deb) ...
Unpacking replacement fink ...
Setting up fink (0.16.2-1) ...
Checking system... powerpc-apple-darwin7.2.0
This system was not released at the time this Fink release was made.
Prerelease versions of Mac OS X might work with Fink, but there are no
guarantees.
ln -s 10.3 /sw/fink/dists
Reading package info...
Updating package index... done.

Re-executing fink to use the new version...
Reading package info...
Updating package index... done.
Information about 1250 packages read in 10 seconds.
WARNING: While resolving dependency storable-pm560 for package 
storable-pm-1.0.14-6, package storable-pm560 was not found.
WARNING: While resolving dependency storable-pm561 for package 
storable-pm-1.0.14-6, package storable-pm561 was not found.
WARNING: While resolving dependency perl580-core for package 
storable-pm-1.0.14-6, package perl580-core was not found.
Failed: Illegal version specification '= 1:495-1' for package 
cctools-extra

so i believe my current version of fink is not compatible with osx 
10.3, neither is selfupdate

just to give it a try i reran fink selfupdate
now it looked different and i in the first question i chose to update 
via rsync. now i receive the following errormessage

Failed: No mirror site list file found for mirror 'gnu'.

Try running fink configure again to select a GNU mirror.  Also try 
another selfupdate--you are at 0.16-2 now.

Questions:
1. what is the fastest way to get gnuplot running? I've tried to build 
it from source (version 3.7.3) available from www.gnuplot.info.  but i 
ran into syntax errors during make in the openstep-libs.
The version fink claims to install if was using the right tree would 
be 3.8 which raises the hope that the readline-issue will be addressed 
in this update.
It is:  you'll have readline 4.3.

2. How do i fix and update my fink?
Try running fink selfupdate again after you get the GNU mirror set up.


3. Will i be able to sucessfully install gnuplot with the current tree 
of fink?


Absolutely!

Thank you

jacques




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gnuplot

2004-01-13 Thread Martin Costabel
On 13 janv. 2004, at 15:21, jacques couzteau wrote:

The version that i can install with dselect or apt-get doesn't run on 
macos 10.3. It launches but the quits immidiately due to some problems 
with readlinelib. So the real problem is that when i install gnuplot i 
get an old version of readlinelib .

Here is what happens when i run the following command:
sudo apt-get install gnuplot
...
Unpacking gnuplot (from .../gnuplot_3.8h.0-7_darwin-powerpc.deb) ...
This version only runs on OSX 10.1. Since you are on 10.3, you need to 
go two generations forward in your Fink distribution. In this case, I 
would strongly advise not to try an update, but to reinstall Fink-0.6.2 
from scratch.

When i search for the gnuplot at the fink-webpage i see that the 
gnuplot-packkage i'm getting comes from an tree 0.4.1.
Yes, and it says 10.1 only.

Since there is also a tree called 10.3-current. i believe my fink 
install needs an update. so i ran  fink selfupdate in the terminal. 
that exited with  errors:
In principle, the selfupdate should work, but there are so many things 
that can go wrong, and in any case, at least 95% of everything you have 
in your Fink installation now will have to be replaced by a newer 
version, so it is more economic to start from zero with a new 
installation. Don't forget to run selfupdate immediately after having 
run the 0.6.2 installer. Then the installation of gnuplot from binary 
should work (version 3.8i.0-16).

--
Martin


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Auctex and emacs21

2004-01-13 Thread David R. Morrison
I've just made another revision of emacs21 which should address this.
You'll be able to get it via fink selfupdate as soon as the mirror sites
catch up with the main site.

  -- Dave


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [genuine] Re: [Fink-users] gnuplot

2004-01-13 Thread jacques couzteau
thank you.

Am 13.01.2004 um 15:51 schrieb Alexander K. Hansen:

fink configure
i did that now fink configure asks me to install fink-mirrors and then 
to run fink configure again.

how do i install the fink-mirrors-package?

apt-get install fink-mirrors doesn't work, because the package isn't 
found.

i did a version-check:
fink --version
Package manager version: 0.17.4
Distribution version: 0.6.2.cvs
looking at the fink-package list i see that the fink-mirrors package 
ist not present in fink 0.6.2.

do i need the chicken or the egg first?



thanks in advance.





---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [genuine] Re: [Fink-users] gnuplot

2004-01-13 Thread jacques couzteau
after reading Martin Costabels advice. i'd rather do that. i deleted my 
/sw-directory and am now running the Fink 0.6.2 Installer.pkg

cheerz

jacques

Am 13.01.2004 um 15:59 schrieb Martin Costabel:

On 13 janv. 2004, at 15:21, jacques couzteau wrote:

The version that i can install with dselect or apt-get doesn't run on 
macos 10.3. It launches but the quits immidiately due to some 
problems with readlinelib. So the real problem is that when i install 
gnuplot i get an old version of readlinelib .

Here is what happens when i run the following command:
sudo apt-get install gnuplot
...
Unpacking gnuplot (from .../gnuplot_3.8h.0-7_darwin-powerpc.deb) ...
This version only runs on OSX 10.1. Since you are on 10.3, you need to 
go two generations forward in your Fink distribution. In this case, I 
would strongly advise not to try an update, but to reinstall 
Fink-0.6.2 from scratch.

When i search for the gnuplot at the fink-webpage i see that the 
gnuplot-packkage i'm getting comes from an tree 0.4.1.
Yes, and it says 10.1 only.

Since there is also a tree called 10.3-current. i believe my fink 
install needs an update. so i ran  fink selfupdate in the terminal. 
that exited with  errors:
In principle, the selfupdate should work, but there are so many things 
that can go wrong, and in any case, at least 95% of everything you 
have in your Fink installation now will have to be replaced by a newer 
version, so it is more economic to start from zero with a new 
installation. Don't forget to run selfupdate immediately after having 
run the 0.6.2 installer. Then the installation of gnuplot from binary 
should work (version 3.8i.0-16).

--
Martin




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [genuine] Re: [Fink-users] gnuplot

2004-01-13 Thread Alexander K. Hansen
See if you can get it with fink install fink-mirrors.
--
Alexander Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
On Jan 13, 2004, at 10:19 AM, jacques couzteau wrote:

thank you.

Am 13.01.2004 um 15:51 schrieb Alexander K. Hansen:

fink configure
i did that now fink configure asks me to install fink-mirrors and then 
to run fink configure again.

how do i install the fink-mirrors-package?

apt-get install fink-mirrors doesn't work, because the package isn't 
found.

i did a version-check:
fink --version
Package manager version: 0.17.4
Distribution version: 0.6.2.cvs
looking at the fink-package list i see that the fink-mirrors package 
ist not present in fink 0.6.2.

do i need the chicken or the egg first?



thanks in advance.








---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Problem compiling xscreensaver

2004-01-13 Thread Ralf Höling
Hi,

I tried to update gnome via fink selfupdate and update-all. Then I 
always get the following error about compiling xscreensaver although I 
don't need xscreensaver.
Is there a way to disable xscreensaver or get it working?
Thanks in advance

Ralf

ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_sigtimedwait
make[1]: *** [xscreensaver] Error 1
make: *** [default] Error 5
### execution of make failed, exit code 2
Failed: compiling xscreensaver-gtk2-4.11-11 failed


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Another problem with gstreamer

2004-01-13 Thread Eric Hoch
Hi List,

after three days at my parents I did a fink selfupdate followed by 
a fink update-all. Everything worked fine until the point where 
gstream was to be installed. I got an error message but hoped I can 
solve the problem and was taught that this was a missthiniking. 
Unfortunately I haven't got the original errror message but a fink 
reinstall gstream showed that it  gstream compiles successfully 
and that the error message is caused by the installation process. I 
then did an installation of all the other packages by hand an rerun 
fink update-all and this is the latest error I get when doing so:
Maveric:~ erichoch$ fink update-all
/usr/bin/sudo /sw/bin/fink  update-all
Information about 2394 packages read in 1 seconds.

WARNING: The package gstreamer Depends on atk1,
 but atk1 only allows things to BuildDepend on it.

The following 3 packages will be installed or updated:
 gst-plugins gst-plugins-dev gst-plugins-shlibs
The following 2 additional packages will be installed:
 gstreamer gstreamer-dev
Do you want to continue? [Y/n] y
dpkg -i 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/gstreamer-dev_0.6.4-3_darwin-powerpc.deb
 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/gstreamer_0.6.4-3_darwin-powerpc.deb
(Reading database ... 71858 files and directories currently 
installed.)
Preparing to replace gstreamer-dev 0.6.4-3 (using 
.../gstreamer-dev_0.6.4-3_darwin-powerpc.deb) ...
Unpacking replacement gstreamer-dev ...
Preparing to replace gstreamer 0.6.4-3 (using 
.../gstreamer_0.6.4-3_darwin-powerpc.deb) ...
Unpacking replacement gstreamer ...
Setting up gstreamer (0.6.4-3) ...
/sw/var/lib/dpkg/info/gstreamer.postinst: line 9:  8973 Trace/BPT 
trap  gst-register --gst-mask=0 /dev/null 21
dpkg: error processing gstreamer (--install):
 subprocess post-installation script returned error exit status 133
dpkg: dependency problems prevent configuration of gstreamer-dev:
 gstreamer-dev depends on gstreamer (= 0.6.4-3); however:
  Package gstreamer is not configured yet.
dpkg: error processing gstreamer-dev (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 gstreamer
 gstreamer-dev
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages: 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/gstreamer-dev_0.6.4-3_darwin-powerpc.deb
 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/gstreamer_0.6.4-3_darwin-powerpc.deb

I have currently installed gnome 2.4 out of the experimental tree 
and in it there was a gstreamer_0.6.4-2 but I cannot remove or 
purge it without removing or purging the whole bundle-gnome. 

Do I have any chance to get gstreamer installed without removing 
the whole bundle-gnome? 

My System is a Power Mac G4 Dual 1.42 running Mac OS X 10.3.2 with 
fink Package manager version: 0.18.0
Distribution version: 0.6.2.cvs.

Any more informations needed? 

Regards, 
Eric Hoch

-- 
## Ansprechpartner Anwenderunterstützung, users-Mailingliste
## War unsere Hilfe erfolgreich? Bitte teilen Sie es uns mit. Danke.
## de.OpenOffice.org - Office für MacOS X, Linux, Solaris  Windows 
## Netikette? http://www.eschkitai.de/openoffice/netikette.html


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Another problem with gstreamer

2004-01-13 Thread Alexander Hansen
Try a selfupdate and rebuild gstreamer:  there was an update to  
gstreamer today.
--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

On Jan 13, 2004, at 2:11 PM, Eric Hoch wrote:

Hi List,

after three days at my parents I did a fink selfupdate followed by
a fink update-all. Everything worked fine until the point where
gstream was to be installed. I got an error message but hoped I can
solve the problem and was taught that this was a missthiniking.
Unfortunately I haven't got the original errror message but a fink
reinstall gstream showed that it  gstream compiles successfully
and that the error message is caused by the installation process. I
then did an installation of all the other packages by hand an rerun
fink update-all and this is the latest error I get when doing so:
Maveric:~ erichoch$ fink update-all
/usr/bin/sudo /sw/bin/fink  update-all
Information about 2394 packages read in 1 seconds.
WARNING: The package gstreamer Depends on atk1,
 but atk1 only allows things to BuildDepend on it.
The following 3 packages will be installed or updated:
 gst-plugins gst-plugins-dev gst-plugins-shlibs
The following 2 additional packages will be installed:
 gstreamer gstreamer-dev
Do you want to continue? [Y/n] y
dpkg -i
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/gstreamer- 
dev_0.6.4-3_darwin-powerpc.deb
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/ 
gstreamer_0.6.4-3_darwin-powerpc.deb
(Reading database ... 71858 files and directories currently
installed.)
Preparing to replace gstreamer-dev 0.6.4-3 (using
.../gstreamer-dev_0.6.4-3_darwin-powerpc.deb) ...
Unpacking replacement gstreamer-dev ...
Preparing to replace gstreamer 0.6.4-3 (using
.../gstreamer_0.6.4-3_darwin-powerpc.deb) ...
Unpacking replacement gstreamer ...
Setting up gstreamer (0.6.4-3) ...
/sw/var/lib/dpkg/info/gstreamer.postinst: line 9:  8973 Trace/BPT
trap  gst-register --gst-mask=0 /dev/null 21
dpkg: error processing gstreamer (--install):
 subprocess post-installation script returned error exit status 133
dpkg: dependency problems prevent configuration of gstreamer-dev:
 gstreamer-dev depends on gstreamer (= 0.6.4-3); however:
  Package gstreamer is not configured yet.
dpkg: error processing gstreamer-dev (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 gstreamer
 gstreamer-dev
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages:
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/gstreamer- 
dev_0.6.4-3_darwin-powerpc.deb
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/ 
gstreamer_0.6.4-3_darwin-powerpc.deb

I have currently installed gnome 2.4 out of the experimental tree
and in it there was a gstreamer_0.6.4-2 but I cannot remove or
purge it without removing or purging the whole bundle-gnome.
Do I have any chance to get gstreamer installed without removing
the whole bundle-gnome?
My System is a Power Mac G4 Dual 1.42 running Mac OS X 10.3.2 with
fink Package manager version: 0.18.0
Distribution version: 0.6.2.cvs.
Any more informations needed?

Regards,
Eric Hoch
--
## Ansprechpartner Anwenderunterstützung, users-Mailingliste
## War unsere Hilfe erfolgreich? Bitte teilen Sie es uns mit. Danke.
## de.OpenOffice.org - Office für MacOS X, Linux, Solaris  Windows
## Netikette? http://www.eschkitai.de/openoffice/netikette.html



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem compiling xscreensaver

2004-01-13 Thread Ralf Höling
Sorry for posting twice the same problem, my first mail didn't appear 
in the list for a long time, so I thought it vanished in nirvana ;-)

Ralf



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Udunits under 10.3.2 - required for nco

2004-01-13 Thread Roy Mendelssohn
I am trying to build nco (the NetCDF operators) under 10.3.2.  It 
complains about udunits.  More specifically, when I try to install 
udunits, I get the following:

homework:~ rmendels$ fink install udunits
/usr/bin/sudo /sw/bin/fink  install udunits
Password:
Information about 2400 packages read in 2 seconds.
Failed: Can't resolve dependency gcc2 for package 
udunits-1.11.7-4 (no matching packages/versions found)

Information about fink:

homework:~ rmendels$ fink --version
Package manager version: 0.18.0
Distribution version: 0.6.2.cvs
and gcc --version says 3.3 build 1495  (I have all the latest update 
for Panther and Xcode.)

Any help appreciated.

-Roy M.

--
Roy Mendelssohn
Pacific Fisheries Environmental Laboratory
1352 Lighthouse Avenue
Pacific Grove, CA 93950-2097
e-mail: [EMAIL PROTECTED]
voice: (831)-648-9029
fax: (831)-648-8440
www: http://www.pfeg.noaa.gov/
Old age and treachery will overcome youth and skill.

---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gstreamer 0.6.4-3 fails in postinstall script

2004-01-13 Thread Remi Mommsen
Hi,

While updating gstreamer package, I hit the following error during the  
postinstall script:

$ fink update-all
/usr/bin/sudo /sw/bin/fink  update-all
Password:
Information about 2400 packages read in 1 seconds.
WARNING: The package gstreamer Depends on atk1,
 but atk1 only allows things to BuildDepend on it.
The following 3 packages will be installed or updated:
 gst-plugins gst-plugins-shlibs gstreamer
The following additional package will be installed:
 gstreamer-dev
Do you want to continue? [Y/n]
dpkg -i  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/gstreamer- 
dev_0.6.4-3_darwin-powerpc.deb  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/ 
gstreamer_0.6.4-3_darwin-powerpc.deb
(Reading database ... 79963 files and directories currently installed.)
Preparing to replace gstreamer-dev 0.6.4-3 (using  
.../gstreamer-dev_0.6.4-3_darwin-powerpc.deb) ...
Unpacking replacement gstreamer-dev ...
Preparing to replace gstreamer 0.6.4-2 (using  
.../gstreamer_0.6.4-3_darwin-powerpc.deb) ...
Unpacking replacement gstreamer ...
Setting up gstreamer (0.6.4-3) ...
/sw/var/lib/dpkg/info/gstreamer.postinst: line 9: 28481 Trace/BPT trap   
(core dumped) gst-register --gst-mask=0 /dev/null 21
dpkg: error processing gstreamer (--install):
 subprocess post-installation script returned error exit status 133
dpkg: dependency problems prevent configuration of gstreamer-dev:
 gstreamer-dev depends on gstreamer (= 0.6.4-3); however:
  Package gstreamer is not configured yet.
dpkg: error processing gstreamer-dev (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 gstreamer
 gstreamer-dev
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages:  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/gstreamer- 
dev_0.6.4-3_darwin-powerpc.deb  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/gnome/ 
gstreamer_0.6.4-3_darwin-powerpc.deb

If I run the failing command by hand, I get:

$ gst-register --gst-mask=0
trying to load global_registry
error loading global_registry
added path   /sw/lib/gstreamer-0.6 to user_registry
rebuilding user_registry
added plugin lavenc with 1 feature(s)
added plugin wavparse with 2 feature(s)
added plugin wavenc with 1 feature(s)
added plugin vumeter with 1 feature(s)
added plugin volume with 1 feature(s)
added plugin volenv with 1 feature(s)
added plugin videotestsrc with 1 feature(s)
added plugin videoscale with 1 feature(s)
added plugin videocrop with 1 feature(s)
added plugin gstvideo with 0 feature(s)
added plugin vbidec with 1 feature(s)
added plugin udp with 2 feature(s)
added plugin gsttypes with 2 feature(s)
added plugin synaesthesia with 1 feature(s)
added plugin stereosplit with 1 feature(s)
added plugin stereo2mono with 1 feature(s)
added plugin stereo with 1 feature(s)
added plugin gststaticautoplugrender with 1 feature(s)
added plugin gststaticautoplug with 1 feature(s)
added plugin gstspider with 2 feature(s)
added plugin speed with 1 feature(s)
added plugin spectrum with 1 feature(s)
added plugin snapshot with 1 feature(s)
added plugin smpte with 1 feature(s)
added plugin smooth with 1 feature(s)
added plugin sinesrc with 1 feature(s)
added plugin silence with 1 feature(s)
added plugin rtjpeg with 2 feature(s)
added plugin gstriff with 0 feature(s)
added plugin gstputbits with 0 feature(s)
added plugin passthrough with 1 feature(s)
added plugin gstoptwingoscheduler with 1 feature(s)
added plugin gstoptscheduler with 1 feature(s)
added plugin gstoptomegascheduler with 1 feature(s)
added plugin gstoptgthreadscheduler with 1 feature(s)
added plugin oneton with 1 feature(s)
added plugin mulaw with 2 feature(s)
added plugin mp3parse with 1 feature(s)
added plugin mpegaudio with 1 feature(s)
added plugin mpeg2types with 2 feature(s)
added plugin mpeg2subt with 1 feature(s)
added plugin mpeg1types with 2 feature(s)
added plugin mpeg1enc with 1 feature(s)
added plugin mp3types with 2 feature(s)
added plugin mp1videoparse with 1 feature(s)
added plugin monoscope with 1 feature(s)
added plugin mono2stereo with 1 feature(s)
added plugin median with 1 feature(s)
added plugin fameenc with 1 feature(s)
added plugin level with 1 feature(s)
added plugin lame with 1 feature(s)
gst-register: can't map file: /sw/lib/ladspa/. ((os/kern) invalid  
argument)
gst-register: can't map file: /sw/lib/ladspa/.. ((os/kern) invalid  
argument)
added plugin jpeg with 2 feature(s)
added plugin gstindexers with 2 feature(s)
added plugin gstidct with 0 feature(s)
added plugin goom with 1 feature(s)
added plugin gnomevfssrc with 1 feature(s)
added plugin gnomevfssink with 1 feature(s)
added plugin gstgetbits with 0 feature(s)
added plugin filter with 3 feature(s)
dyld: gst-register Undefined symbols:
_avcodec_init

I played a bit around installing/removing libavcodec1-shlibs and -dev,  
but no chance.

Do you have any idea what is going wrong?

TIA,
Remi

Re: [Fink-users] Udunits under 10.3.2 - required for nco

2004-01-13 Thread Remi Mommsen
Hi Roy,

you are missing the gcc2 package which came with your Panther Xcode 
disk. You have to install it explicitly.

HTH,
Remi
On Jan 13, 2004, at 4:06 PM, Roy Mendelssohn wrote:

I am trying to build nco (the NetCDF operators) under 10.3.2.  It 
complains about udunits.  More specifically, when I try to install 
udunits, I get the following:

homework:~ rmendels$ fink install udunits
/usr/bin/sudo /sw/bin/fink  install udunits
Password:
Information about 2400 packages read in 2 seconds.
Failed: Can't resolve dependency gcc2 for package udunits-1.11.7-4 
(no matching packages/versions found)

Information about fink:

homework:~ rmendels$ fink --version
Package manager version: 0.18.0
Distribution version: 0.6.2.cvs
and gcc --version says 3.3 build 1495  (I have all the latest update 
for Panther and Xcode.)

Any help appreciated.

-Roy M.

--
Roy Mendelssohn
Pacific Fisheries Environmental Laboratory
1352 Lighthouse Avenue
Pacific Grove, CA 93950-2097
e-mail: [EMAIL PROTECTED]
voice: (831)-648-9029
fax: (831)-648-8440
www: http://www.pfeg.noaa.gov/
Old age and treachery will overcome youth and skill.

---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



-
What're quantum mechanics?
I don't know. People who repair quantums I suppose.
  (Rincewind, Terry Pratchett Eric)
*
Remigius K. Mommsen e-mail: [EMAIL PROTECTED]
University of California, Irvine   URL:http://cern.ch/mommsen
c/o SLAC voice:++1 (650) 926-3595
2575 Sand Hill Road #35fax:++1 (650) 926-3882
Menlo Park, CA 94025, US  home:++1 (650) 233-9041
*


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Problems building evolution 1.4.5-3

2004-01-13 Thread Huw Davies
Hi,

I'm trying to upgrade to evolution 1.4.5-3. I'm using:

[EMAIL PROTECTED] lib]# fink --version
Package manager version: 0.18.0
Distribution version: 0.6.2.cvs 

Running Panther 10.3.2 with the Apple X11, and the necessary X11SDKs and
Xcode stuff installed.

The compile fails with:

ld: Undefined symbols:
_evolution_shell_component_client_corba_objref
_e_folder_get_has_subfolders
_GNOME_Evolution_Wizard__get_pages
_e_shell_marshal_VOID__STRING_STRING_STRING_STRING
_e_shell_marshal_VOID__POINTER_STRING_BOOLEAN
_e_shell_marshal_VOID__INT_INT
_e_shell_marshal_VOID__INT_STRING
_e_shell_marshal_VOID__POINTER_POINTER_POINTER_POINTER
_e_shell_marshal_VOID__STRING_STRING
_e_folder_set_has_subfolders
_e_marshal_NONE__POINTER_POINTER_POINTER_BOOL
_e_utf8_to_gtk_string
make[4]: *** [evolution] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
rm GNOME_Evolution_Shell.server.in
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling evolution-1.4.5-3 failed

what maybe more worrying (it is to me anyway) is that before the above
errors there are lots of warnings like:

symbol _PL_ArenaRelease used from dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork(plarena.o)
 not from earlier dynamic library /sw/lib/mozilla/libplds4.dylib(plarena.o)
symbol _PL_ArenaGrow used from dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork(plarena.o)
 not from earlier dynamic library /sw/lib/mozilla/libplds4.dylib(plarena.o)
symbol _PL_ArenaFinish used from dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork(plarena.o)
 not from earlier dynamic library /sw/lib/mozilla/libplds4.dylib(plarena.o)
symbol _PL_CompactArenaPool used from dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork(plarena.o)
 not from earlier dynamic library /sw/lib/mozilla/libplds4.dylib(plarena.o)
symbol _PR_CeilingLog2 used from dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork(nsprPortX.o)
 not from earlier dynamic library /sw/lib/mozilla/libnspr4.dylib(prlog2.o)

So far I have rebuilt all of the build_depends and depends for evolution
and done some research but to no avail.

Any suggestions? Maybe it's time to move to Mail.app - I know how to do
this but I worry that I'll miss some of the nice features of
Evolution
-- 
Huw Davies   | e-mail: [EMAIL PROTECTED]
Melbourne| If soccer was meant to be played in the 
Australia| air, the sky would be painted green 



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problems building evolution 1.4.5-3

2004-01-13 Thread Alexander Hansen
This looks like the first such report.  I was able to build it on my  
system, but that was against XFree86-4.3.99.901.  What was the  
statement the compiler was trying to run just before the errors showed  
up?
--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

On Jan 13, 2004, at 9:33 PM, Huw Davies wrote:

Hi,

I'm trying to upgrade to evolution 1.4.5-3. I'm using:

[EMAIL PROTECTED] lib]# fink --version
Package manager version: 0.18.0
Distribution version: 0.6.2.cvs
Running Panther 10.3.2 with the Apple X11, and the necessary X11SDKs  
and
Xcode stuff installed.

The compile fails with:

ld: Undefined symbols:
_evolution_shell_component_client_corba_objref
_e_folder_get_has_subfolders
_GNOME_Evolution_Wizard__get_pages
_e_shell_marshal_VOID__STRING_STRING_STRING_STRING
_e_shell_marshal_VOID__POINTER_STRING_BOOLEAN
_e_shell_marshal_VOID__INT_INT
_e_shell_marshal_VOID__INT_STRING
_e_shell_marshal_VOID__POINTER_POINTER_POINTER_POINTER
_e_shell_marshal_VOID__STRING_STRING
_e_folder_set_has_subfolders
_e_marshal_NONE__POINTER_POINTER_POINTER_BOOL
_e_utf8_to_gtk_string
make[4]: *** [evolution] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
rm GNOME_Evolution_Shell.server.in
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling evolution-1.4.5-3 failed
what maybe more worrying (it is to me anyway) is that before the above
errors there are lots of warnings like:
symbol _PL_ArenaRelease used from dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/ 
Frameworks/CFNetwork.framework/Versions/A/CFNetwork(plarena.o) not  
from earlier dynamic library /sw/lib/mozilla/libplds4.dylib(plarena.o)
symbol _PL_ArenaGrow used from dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/ 
Frameworks/CFNetwork.framework/Versions/A/CFNetwork(plarena.o) not  
from earlier dynamic library /sw/lib/mozilla/libplds4.dylib(plarena.o)
symbol _PL_ArenaFinish used from dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/ 
Frameworks/CFNetwork.framework/Versions/A/CFNetwork(plarena.o) not  
from earlier dynamic library /sw/lib/mozilla/libplds4.dylib(plarena.o)
symbol _PL_CompactArenaPool used from dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/ 
Frameworks/CFNetwork.framework/Versions/A/CFNetwork(plarena.o) not  
from earlier dynamic library /sw/lib/mozilla/libplds4.dylib(plarena.o)
symbol _PR_CeilingLog2 used from dynamic library
/System/Library/Frameworks/CoreServices.framework/Versions/A/ 
Frameworks/CFNetwork.framework/Versions/A/CFNetwork(nsprPortX.o) not  
from earlier dynamic library /sw/lib/mozilla/libnspr4.dylib(prlog2.o)

So far I have rebuilt all of the build_depends and depends for  
evolution
and done some research but to no avail.

Any suggestions? Maybe it's time to move to Mail.app - I know how to do
this but I worry that I'll miss some of the nice features of
Evolution
--
Huw Davies   | e-mail: [EMAIL PROTECTED]
Melbourne| If soccer was meant to be played in the
Australia| air, the sky would be painted green


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problems building evolution 1.4.5-3

2004-01-13 Thread Huw Davies
On Wed, 2004-01-14 at 14:04, Alexander Hansen wrote: 
 This looks like the first such report.

Always good to be first :-)

  I was able to build it on my  
 system, but that was against XFree86-4.3.99.901.  What was the  
 statement the compiler was trying to run just before the errors showed  
 up?

The last gcc line is:

gcc -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -o
.libs/evolution Evolution-Addressbook-SelectNames-common.o
Evolution-Addressbook-SelectNames-skels.o
Evolution-Addressbook-SelectNames-stubs.o Evolution-Wombat-common.o
Evolution-Wombat-skels.o Evolution-Wombat-stubs.o e-activity-handler.o
e-component-info.o e-component-registry.o e-config-upgrade.o
e-corba-config-page.o e-corba-shortcuts.o e-corba-storage-registry.o
e-corba-storage.o e-folder-dnd-bridge.o e-folder-type-registry.o
e-history.o e-icon-factory.o e-local-folder.o e-local-storage.o
e-setup.o e-shell-about-box.o e-shell-config.o
e-shell-config-autocompletion.o e-shell-config-offline.o
e-shell-config-default-folders.o e-shell-config-folder-settings.o
e-shell-folder-commands.o e-shell-folder-creation-dialog.o
e-shell-folder-selection-dialog.o e-shell-folder-title-bar.o
e-shell-importer.o e-shell-offline-handler.o e-shell-offline-sync.o
e-shell-settings-dialog.o e-shell-shared-folder-picker-dialog.o
e-shell-startup-wizard.o e-shell-user-creatable-items-handler.o
e-shell-utils.o e-shell-view-menu.o e-shell-view.o e-shell.o
e-shortcuts-view-model.o e-shortcuts-view.o e-shortcuts.o e-splash.o
e-storage-set-view.o e-storage-set.o e-storage.o e-task-bar.o
e-task-widget.o e-uri-schema-registry.o evolution-storage-set-view.o
evolution-storage-set-view-factory.o main.o  -L/sw/lib -L./.libs
-leshell -L/usr/X11R6/lib -L/sw/lib/mozilla -Limporter/.libs
-levolution-importer -L../widgets/e-timezone-dialog/.libs
-letimezonedialog -L../widgets/misc/.libs -lemiscwidgets
-L/sw/src/evolution-1.4.5-3/evolution-1.4.5/e-util/.libs
-L../e-util/.libs -leutil -lsoup-2.0 -ldl -lplc4 -lplds4 -lnspr4
-L../libical/src/libical/.libs -lical-evolution -lgtkhtml-3.0
-lgtkhtml-a11y-3.0 -lgailutil -lgal-2.0 -lgal-a11y-2.0
-lgnomeprintui-2-2 -lgnomeui-2 -ljpeg -lbonoboui-2 -lSM -lICE -lX11
-lgnome-2 -lesd -laudiofile -lbonobo-2 -lgnomevfs-2 -lgconf-2
-lbonobo-activation -lORBitCosNaming-2 -lORBit-2 -lpopt -lgthread-2.0
-lresolv -lgnomecanvas-2 -lpangoft2-1.0 -lglade-2.0 -lgnomeprint-2-2
-lfontconfig -lfreetype -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lart_lgpl_2 -lxml2
-lpthread -lz -lm -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
-lintl -liconv

I can send you (separately) the complete compile log if that helps.


-- 
Huw Davies   | e-mail: [EMAIL PROTECTED]
Melbourne| If soccer was meant to be played in the 
Australia| air, the sky would be painted green 



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Udunits under 10.3.2 - required for nco

2004-01-13 Thread Alexander Hansen
You need to install gcc2.95 from the XCode CD -- it's an optional 
install, and this will give you the gcc2 virtual package.
--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

On Jan 13, 2004, at 7:06 PM, Roy Mendelssohn wrote:

I am trying to build nco (the NetCDF operators) under 10.3.2.  It 
complains about udunits.  More specifically, when I try to install 
udunits, I get the following:

homework:~ rmendels$ fink install udunits
/usr/bin/sudo /sw/bin/fink  install udunits
Password:
Information about 2400 packages read in 2 seconds.
Failed: Can't resolve dependency gcc2 for package udunits-1.11.7-4 
(no matching packages/versions found)

Information about fink:

homework:~ rmendels$ fink --version
Package manager version: 0.18.0
Distribution version: 0.6.2.cvs
and gcc --version says 3.3 build 1495  (I have all the latest update 
for Panther and Xcode.)

Any help appreciated.

-Roy M.

--
Roy Mendelssohn
Pacific Fisheries Environmental Laboratory
1352 Lighthouse Avenue
Pacific Grove, CA 93950-2097
e-mail: [EMAIL PROTECTED]
voice: (831)-648-9029
fax: (831)-648-8440
www: http://www.pfeg.noaa.gov/
Old age and treachery will overcome youth and skill.

---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users