search for: gcc_select

Displaying 12 results from an estimated 12 matches for "gcc_select".

Did you mean: g_select
2006 Feb 09
9
RMagick on OS X - HOW
...e will help) so I decided to post a HOWTO to the list. I generally shy away from fink/darwinports and the like: Why let them do what I can do myself, particularly when they put things in weird places (why, or why, not simply /usr/local?). :-) That said, here''s my final procedure: (I use gcc_select 3.3, though this may work with gcc_select 4.0) Install DarwinPorts: http://www.darwinports.org/downloads/DarwinPorts-1.2-10.4.dmg Add /opt/local/bin to PATH. Open Terminal: sudo port install graphicsmagick Do *not* use imagemagick as it caused bus errors when using script/console...
2006 Jan 19
3
-517611318:Fixnum ... WTF?
I''m getting occasional errors that look like: Some method called for -517611318:Fixnum The method is constantly changing, and this error happens on ~5% of the page loads on my Mac Tiger development box. It''s happening on Ruby 1.8.2, and 1.8.4 compiled from source. I haven''t seen it on my Linux production boxes. I was wondering if anyone had seen this before? --
2006 Mar 23
5
[OT] building fastcgi
Following the instructions on Hivelogic, everything works flawlessly on my Powerbook until I do the ''sudo gem install fcgi. I''m getting no-definition errors all over the place. Any thoughts how to resolve this? Example of errors: No definition for fcgi_s_accept No definition for fcgi_s_each No definition for fcgi_s_each No definition for fcgi_s_iscgi -- View this message in
2006 Jan 01
5
db connection problem: Mac X, MySQL 5, Rails 1
This has taken me quite a bit of time to sort out. The problem is this: Whenever my Rails app tries to query the db, it hangs forever. Having searched 5000+ emails to this group, I''ve not found an answer to my problem. I''d be happy to turn on logging, but can''t seem to get the Mac install of MySQL to boot up with the --log option set. I tried running mysqld and
2005 Jul 20
5
Can't connect to MySQL on another machine
hi everyone I''ve got two machines here: a Powerbook and a Linux box running MySQL. The MySQL user privileges seem to be configured properly, e.g. I can connect to a database using "mysql" from the Powerbook, alter the tables etc without any problems. However, I can''t get Rails to connect to the same database. (just a simple app with one model called "Test"
2005 Dec 10
0
package building fails on OSX 10.4 with (lcc_dynamic error)
...loaded today. Can anyone suggest what I should try next? I searched this mailing list, and the web generally, to try to figure this out. I'm drawing a blank. I would prefer not to downgrade my GCC to 3.x, since I also use the machine for GCC 4.x development, but I guess I could do gcc_select if there is no other option. I imagine others are in the same boat, and I'd be happy to post a followup with the results of any tests that are suggested. Dan E. Kelley, Assoc. Prof. phone:(902)494-1694 Dept. Oceanography fax:(902)494-2885 Dalhousie University mailto:Dan.Kelley at Dal...
2005 Jul 06
0
MacOS 10.4 gcc-4.0 and libcc_dynamic
...to /usr/lib/gcc/powerpc-apple-darwin/$VERSION/libgcc.a. I write 'was' because as of gcc-4.0 on Tiger (10.4) this has changed. gcc-4.0 is the default compiler for Tiger, and it does not have the symlink. This is for the very good reason that it would not work. I have tried it. If gcc_select is used to changed the default compiler, the symlink is created, but it is destroyed again if the default is set back to 4.0. As far as I can see at this point, there are two ways to build R on MacOS X 10.4 Tiger: 1. use gcc-3.3 with g77 and ensure that -lcc_dynamic is in the link options...
2005 Aug 10
1
RMySQL not loading on Mac OS X
Hi, I have a problem loading RMySQL 0.5-5 on Mac OS 10.4.2 running R 2.1.1. I installed RMySQL using: export PKG_CPPFLAGS="-I/usr/local/mysql/include" export PKG_LIBS="-L/usr/local/mysql/lib -lmysqlclient" R CMD INSTALL /Users/gwo/Desktop/RMySQL_0.5-5.tar.gz The installation seemed to work ok, but when I load RMySQL in R I get an error message: >library(RMySQL)
2006 Jun 13
4
mysql gem not buidling on OSX 10.4.6
When I `sudo gem install mysql` I get the following: --snip-- $ sudo gem install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' Updating Gem source index for: http://gems.rubyforge.org /usr/local/lib/ruby/1.8/yaml.rb:133: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24)
2006 Feb 23
6
lighttpd on mac for local development
I''m having trouble installing lighttpd for local development on Mac OS X Tiger. Here are the commands I''ve run: sudo port install fcgi sudo port install lighttpd Here''s a snippet from running "port installed" with several ports removed for brevity: fcgi @2.4.0_1 (active) lighttpd @1.4.9_0 (active) rb-rubygems @0.8.11_0 (active) readline @5.0.005_0+darwin_8
2005 Jun 24
9
new mysql gem
Hi everyone, For those who have/had problems with Webrick not properly closing MySQL connections, there is a new MySQL gem. (Actually the version was released some time ago, just nobody took the time to make a gem) So run "gem update" or just "gem install mysql" to update (not sure if the latter also updates). Special thanks to Tobias Luetke, who forwarded the gem to Chad
2005 Aug 03
7
call fortran in R
Hello, I used a mac G5, R.2.1.1, and G77 3.4.4 and I would like to use and call a fortran subroutine. The trouble is that it seems I am not able to correctly load the compiled code. Here is what I have done: In the terminal this how I compiled my fortran code: R CMD SHLIB ~/Desktop/Fortan_kmeans/kmeans3.f There is the wrapper I have paste inside de kmeans3.f file: c