Re: [R-SIG-Mac] R 3.0.1 build from sources: Wrong library paths

2013-09-13 Thread Simon Zehnder
Berend, I retried the command pdflatex without the extra export and it does not work. Assumably, this is due to the fact, that I had /usr/local/bin and /usr/local/sbin in my PATH variable and I used export PATH=/usr/bin:/bin:/usr/sbin:/sbin to get it out of my PATH (inside my .profile file).

Re: [R-SIG-Mac] R 3.0.1 build from sources: Wrong library paths

2013-09-12 Thread Simon Zehnder
I did some progress on my problem: Using LDFLAGS and CPPFLAGS on the shell instead of in the config.site file changes the directories and make can find all the libraries. The next thing that came up, was the Mac-specific Cocoa issue. When I compile R sources with OBJC=gcc -arch x86_64 I get

Re: [R-SIG-Mac] R 3.0.1 build from sources: Wrong library paths

2013-09-12 Thread Simon Zehnder
I compiled R and made a check-all without errors (only for the PDF manuals - but this is ok). Then I used sudo make install to install it to the R.framework. Now, when I want to use R on the shell no command can be found, as the installation has not installed the binaries in /usr/bin. If I

Re: [R-SIG-Mac] R 3.0.1 build from sources: Wrong library paths

2013-09-12 Thread Simon Urbanek
On Sep 12, 2013, at 5:50 AM, Simon Zehnder wrote: I compiled R and made a check-all without errors (only for the PDF manuals - but this is ok). Then I used sudo make install to install it to the R.framework. Now, when I want to use R on the shell no command can be found, as the

Re: [R-SIG-Mac] R 3.0.1 build from sources: Wrong library paths

2013-09-12 Thread Simon Zehnder
Simon, thanks for the help. This did make the work. I wonder why the --bindir and --sbindir options during configure did not let that happen. R runs on my system and here is what I precisely did: 1. Install XCode (newest version) 2. Install Command Line Tools (in XCode) 3. On the shell I

Re: [R-SIG-Mac] R 3.0.1 build from sources: Wrong library paths

2013-09-12 Thread Simon Zehnder
Simon, I found the fix: I needed the configure option --with-included-gettext. This is now the whole sequence of processes I did: 1. Install XCode (newest version) 2. Install Command Line Tools (in XCode) 3. On the shell I used sudo xcodebuild -license 4. I installed MacTex and MacPorts 5. In