g95

2014-02-15 Thread io
g95 with Mavericks 9.2 and Xcode 5.0.2 compiles but does not links to build 
runtime, releasing the messages
paolodenti in ~/Desktop/incorso/130331/stnd $ g95 cluzwa.f -O0 -C -Wall
ld: library not found for -lcrt1.o
What should I do?
Thanks for suggestions.
Paolo Denti___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


about version

2014-02-15 Thread io
I apologize, in my previous message Mavericks is 9.1, of course.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: g95

2014-02-15 Thread Christopher Jones

Try using gfortran from one of the numerous gccXY ports.

On 15 Feb 2014, at 12:32pm, io paolodamess...@libero.it wrote:

 g95 with Mavericks 9.2 and Xcode 5.0.2 compiles but does not links to build 
 runtime, releasing the messages
 paolodenti in ~/Desktop/incorso/130331/stnd $ g95 cluzwa.f -O0 -C -Wall
 ld: library not found for -lcrt1.o
 What should I do?
 Thanks for suggestions.
 Paolo Denti
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: g95 suggestion

2014-02-15 Thread Christopher Jones

Please keep your replies on-list ;)

You are welcome.

Chris

On 15 Feb 2014, at 3:17pm, Paolo Denti paolodamess...@libero.it wrote:

 It works fine.
 Thank you very much.
 Paolo Denti
 Il giorno 15/feb/2014, alle ore 15:32, Christopher Jones 
 jon...@hep.phy.cam.ac.uk ha scritto:
 
 
 
 sudo port install gcc48
 
 This will give you 'gfortran-mp-4.8’ as the compiler to use
 
 MacBookPro ~  gfortran-mp-4.8 --version
 GNU Fortran (MacPorts gcc48 4.8.2_0) 4.8.2
 Copyright (C) 2013 Free Software Foundation, Inc.
 
 GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
 You may redistribute copies of GNU Fortran
 under the terms of the GNU General Public License.
 
 For more information about these matters, see the file named COPYINGOn 15 
 Feb 2014, at 2:14pm, io paolodamess...@libero.it wrote:
 
 Dear CRJ, thanks for suggestion.
 However, I am only an unexperienced final user of fortran. So it would be 
 very useful for me if you mention an electable port to be installed.
 Begging pardon for my naiveness,
 Paolo Denti
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users
 
 



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


gnome-terminal profiles

2014-02-15 Thread James Linder
Hi All
if anyone *knows* then the answer will save me ages of spelunking. I already 
spent an hour or two …

Where does gnome-terminal store it’s profiles?
I’ve looked in all the predictable places!

Thanks
James

PS OT but may help someone: Despite mail-preferences-composing-spell check 
[never] mail *still* fools with your words. System Preferences-Language-text 
allows you to succeed
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: gnome-terminal profiles

2014-02-15 Thread Brandon Allbery
On Sat, Feb 15, 2014 at 8:59 PM, James Linder j...@tigger.ws wrote:

 Where does gnome-terminal store it’s profiles?
 I’ve looked in all the predictable places!


Depends on the version, and more precisely on which key-value store it's
using (different Gnome versions use different ones: gconf is the older one,
dconf the new one). The actual data stores for gconf are XML files under
~/.gconf; for dconf there is a system-wide binary database accessed via
dbus, with PolicyKit controlling who has access to what key paths within
the database. You will need to use dconf-specific tools to inspect the
latter.

It looks like the MacPorts port was switched at some point to dconf with
settings migration from gconf to dconf's GSettings subsystem disabled,
which would mean all preferences would have been reset to defaults; there
is a variant +migration that re-enables migration.

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users