Re: [Pythonmac-SIG] SWIG Install problem.

2005-12-07 Thread Louis Pecora
Rob Managan wrote: > Since crazy things happen I will ask. I assume that you can run gcc > from the command line? Yes. Just tried it. > Next question. What shell are you running? Mine is set to tcsh but > newer Macs tend to run bash. I typed "shell" and it came back: tcsh: shell: Command no

Re: [Pythonmac-SIG] SWIG Install problem.

2005-12-07 Thread Louis Pecora
Christopher Barker wrote: >David M. Cooke wrote: > > >>Experience has shown that compiling Scipy with gcc 4.0 on a Mac doesn't >>work (various really annoying problems with how Fortran libraries end up >>being linked and so on). So it's suggested that you use 3.3. >> >> > >There is the same

Re: [Pythonmac-SIG] SWIG Install problem.

2005-12-07 Thread Louis Pecora
Rob, Here is the output of the 'make' command after my ./configure command. Again the only difference from your successful output in the beginning is my output shows g++ being used in place of gcc for you. But then in line 5 (I think I counted right) an error of some type occurs. What the he

[Pythonmac-SIG] SWIG Install problem. configure output.

2005-12-07 Thread Louis Pecora
Rob, Here is the output of my ./configure command for SWIG Install. There are some differences from your successful ouput. Not sure you want to see all this, but if you have the time here are where the differences in our configure output are. Lines marked with "+" are in addition to lines yo

Re: [Pythonmac-SIG] SWIG Install problem.

2005-12-07 Thread Christopher Barker
David M. Cooke wrote: > Experience has shown that compiling Scipy with gcc 4.0 on a Mac doesn't > work (various really annoying problems with how Fortran libraries end up > being linked and so on). So it's suggested that you use 3.3. There is the same problem with Fedora Core4, also using gcc 4.*,

Re: [Pythonmac-SIG] SWIG Install problem.

2005-12-07 Thread Louis Pecora
David M. Cooke wrote: >On Tue, Dec 06, 2005 at 05:41:21PM -0500, Louis Pecora wrote: > > >>Rob Managan wrote: >> >> >> >>>PS the command to switch to gcc 3.3 seems to be >>> >>>'sudo gcc_select 3.3' >>> >>>Not sure if you had to do this with scipy or not. >>> >>> >>H... I don't kno

Re: [Pythonmac-SIG] SWIG Install problem.

2005-12-06 Thread David M. Cooke
On Tue, Dec 06, 2005 at 05:41:21PM -0500, Louis Pecora wrote: > Rob Managan wrote: > > > PS the command to switch to gcc 3.3 seems to be > > > > 'sudo gcc_select 3.3' > > > > Not sure if you had to do this with scipy or not. > > H... I don't know about this one. What has this to do with Scip

Re: [Pythonmac-SIG] SWIG Install problem.

2005-12-06 Thread Louis Pecora
Rob Managan wrote: > PS the command to switch to gcc 3.3 seems to be > > 'sudo gcc_select 3.3' > > Not sure if you had to do this with scipy or not. H... I don't know about this one. What has this to do with Scipy? -- Cheers, Lou Pecora Code 6362 Naval Research Lab Washington, DC 20375

Re: [Pythonmac-SIG] SWIG Install problem.

2005-12-06 Thread Louis Pecora
Rob Managan wrote: > [cut] > > [mangrove:~/Documents/My_Downloads/swig-1.3.27] managan% make > make all-am > depbase=`echo CParse/cscanner.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ > if gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse > -I../Source/Include -I../Source/DOH -I../Sou

Re: [Pythonmac-SIG] SWIG Install problem.

2005-12-06 Thread Jeffrey E. Forcier
Not having SWIG installed myself, I know that there's often issues with different versions of GCC on OS X...you might want to verify in the SWIG install docs (if they exist) and make sure your version of GCC doesn't have some odd incompatibility with the SWIG source. Only a guess, but still

[Pythonmac-SIG] SWIG Install problem.

2005-12-06 Thread Louis Pecora
I'm trying to install the SWIG The README says to treat Mac OS X like a Unix (makes sense) and do the following, % ./configure % make % make install ./configure seemed to run ok. No errors that I could see in the long print out. When I try the first make I get, louispec% mak