Re: Error when starting python3

2015-09-23 Thread Aljaž Srebrnič
> On 20/set/2015, at 11:14, Glenn Ramsey wrote: > > Neither of those had any output. > > I installed python 3.4, which worked OK, and then reinstalled 3.5rc4 and it > works now. It must have been some sort of configuration issue as you > suggested. > > Thanks for your

Old port of libpng15.15 no longer available

2015-09-23 Thread Rehan Ali
Hi, I'm trying to run some software which requires libpng15.15.dylib. I currently have libpng16.16.dylib. I found the old version in the revision log, and fetched it by cd /tmp svn checkout -r 104708 http://svn.macports.org/repository/macports/trunk/dports/graphics/libpng cd png sudo

Linking curl, lz, and ldl to netCDF

2015-09-23 Thread Ryan Jamison
Hello, I was wondering how one goes about linking curl (-lcurl), -lz, and -ldl to netCDF that's build through Macports? Thanks, Ryan ___ macports-users mailing list macports-users@lists.macosforge.org

Housekeeping script to reclaim disk space by removing old Xcode caches

2015-09-23 Thread Ryan Schmidt
I recently discovered that several gigabytes of disk space were being used by caches specific to Xcode versions I no longer had installed. I wrote a script to clean them up. You can get a copy by running: svn export

Re: Old port of libpng15.15 no longer available

2015-09-23 Thread Ryan Schmidt
On Sep 23, 2015, at 11:21 AM, Rehan Ali wrote: > Hi, I'm trying to run some software which requires libpng15.15.dylib. I > currently have libpng16.16.dylib. > > I found the old version in the revision log, and fetched it by > > cd /tmp > svn checkout -r 104708 >

Re: Housekeeping script to reclaim disk space by removing old Xcode caches

2015-09-23 Thread Christopher Jones
Seems I compile less than you ;) Phobos ~ > sudo ./housekeeping-xcode Password: ---> Deleting 2.7M of caches for Xcode 6.1.1-6A2008a which is no longer installed ---> Deleting 1.1M of caches for Xcode 6.2-6C131e which is no longer installed ---> Deleting 2.4M of caches for Xcode 6.3-6D570

Re: Linking curl, lz, and ldl to netCDF

2015-09-23 Thread Ryan Schmidt
On Sep 23, 2015, at 2:49 PM, Ryan Jamison wrote: > I was wondering how one goes about linking curl (-lcurl), -lz, and -ldl to > netCDF that's build through Macports? Thanks, Looks like curl support is added to netcdf by enabling the dap variant. It's on by default so you should already have

Re: Linking curl, lz, and ldl to netCDF

2015-09-23 Thread Ryan Jamison
I'm trying to build a code that requires netCDF and hdf5. I keep getting the errors shown in the attached log file. It appears to me there are issues with lcurl and lz. On Wed, Sep 23, 2015 at 2:40 PM, Ryan Schmidt wrote: > > On Sep 23, 2015, at 2:49 PM, Ryan Jamison

Re: Linking curl, lz, and ldl to netCDF

2015-09-23 Thread Stephen J. Butler
Your project is linking against the static versions of netCDF and hdf5. I believe the proper solution to your problem is adding -lcurl, -lz, and -ldl to the linker flags of your project. On Wed, Sep 23, 2015 at 3:57 PM, Ryan Jamison wrote: > I'm trying to build a code

Re: Where is AS located after Binutils is installed?

2015-09-23 Thread Jeffrey Walton
>> Where is AS located after binutils is installed? > > However, you won't have much luck with that, because binutils doesn't > come with GNU as on OS X. That's not a choice MacPorts made, but done > by upstream's configure.ac, see line 909, where it says > noconfigdirs="$noconfigdirs ld gas