Jump to content
9 posts in this topic

Recommended Posts

Ok,

 

 

I have been able to install darwin ports but I am unable to install tetex (for latex) it crashes when it tries to compile the Xfree86 dependencies ;)

 

 

So I tried installing fink aswell using the CVS method on the wiki page, I can't get far enough into the installation to attempt an installation of tetex(it crashes during the make bootstrap phase). It crashes with a ' "/lib/cpp" fails sanity check' error.

 

 

I installed Xcode 2.2 after instead of 2.1 but it has made no difference, it crashes in the same place!!

 

 

Any ideas on how to solve either issue? Or an alternative way of getting latex working?

 

 

TIA

Link to comment
https://www.insanelymac.com/forum/topic/1754-finkdarwinports/
Share on other sites

Ok,

I have been able to install darwin ports but I am unable to install tetex (for latex) it crashes when it tries to compile the Xfree86 dependencies ;)

So I tried installing fink aswell using the CVS method on the wiki page, I can't get far enough into the installation to attempt an installation of tetex(it crashes during the make bootstrap phase). It crashes with a ' "/lib/cpp" fails sanity check' error.

I  installed Xcode 2.2 after instead of 2.1 but it has made no difference, it crashes in the same place!!

Any ideas on how to solve either issue? Or an alternative way of getting latex working?

TIA

open Terminal

sudo gcc_select 3.3

 

and try compile

Link to comment
https://www.insanelymac.com/forum/topic/1754-finkdarwinports/#findComment-11188
Share on other sites

open Terminal

sudo gcc_select 3.3

 

and try compile

 

 

Thanks but it now stops imediately with this...

 

"Under Mac OS X 10.4.1, Fink must be bootstrapped or updated with gcc 4.0,

however, you currently have gcc 3.3 selected. To correct

this problem, run the command: ..."

 

 

Switching back to 4.0 I get my original error (in more detail below)

 

 

checking whether g++-3.3 accepts -g... no

checking dependency style of g++-3.3... none

checking how to run the C++ preprocessor... /lib/cpp

configure: error: C++ preprocessor "/lib/cpp" fails sanity check

See `config.log' for more details.

### execution of ./configure failed, exit code 1

phase compiling: libiconv-1.9.1-11 failed

 

 

To further complicate things, if i go into /sw/src/fink.build/libiconv etc and sudo ./configure the package installs fine

 

very strange

Link to comment
https://www.insanelymac.com/forum/topic/1754-finkdarwinports/#findComment-11202
Share on other sites

DON'T USE 3.3

 

also, DON'T USE FINK.

 

get darwinports....

 

sudo gcc_select 4.0
./configure
make
sudo make install

 

should compile fine. plus it doesn't break your system.

Yeah, I've been using it with GCC 4.0 since the start...

 

However, not all packages will compile in the repository as an FYI. A good portion do, though.

Link to comment
https://www.insanelymac.com/forum/topic/1754-finkdarwinports/#findComment-13111
Share on other sites

×
×
  • Create New...