Re: R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-06 Thread Christopher Illies
On Fri, May 05, 2006 at 08:29:04PM -0500, Eric van Gyzen wrote:
 Christopher Illies wrote:
 On Tue, May 02, 2006 at 09:24:13AM +0100, Vittorio wrote:
  Last night , after portsnap(-ping) and trying to recompile the 
  statistical software R from 2.2.1 to 2.3.0 I get the following:
 [...]
  cc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../..
  /lib -lR
  Rmain.o(.text+0x14): In function `main':
  : undefined reference 
  to `R_running_as_main_program'
  *** Error code 1
  
 No solution here, instead I am having the same problem, running 6.1-RC.
 
 If you found a solution, could you please post it here?
 
 You can work around this problem by removing R 2.2.1 before building R 
 2.3.0.
 
 I'll fix the port as soon as I have time.
 
 Eric -- the math/R maintainer

Thanks, it works.

Christopher

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-05 Thread Eric van Gyzen

Christopher Illies wrote:

On Tue, May 02, 2006 at 09:24:13AM +0100, Vittorio wrote:
 Last night , after portsnap(-ping) and trying to recompile the 
 statistical software R from 2.2.1 to 2.3.0 I get the following:

[...]
 cc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../..
 /lib -lR
 Rmain.o(.text+0x14): In function `main':
 : undefined reference 
 to `R_running_as_main_program'

 *** Error code 1
 
No solution here, instead I am having the same problem, running 6.1-RC.


If you found a solution, could you please post it here?


You can work around this problem by removing R 2.2.1 before building R 2.3.0.

I'll fix the port as soon as I have time.

Eric -- the math/R maintainer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-04 Thread Christopher Illies
On Tue, May 02, 2006 at 09:24:13AM +0100, Vittorio wrote:
 Last night , after portsnap(-ping) and trying to recompile the 
 statistical software R from 2.2.1 to 2.3.0 I get the following:
[...]
 cc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../..
 /lib -lR
 Rmain.o(.text+0x14): In function `main':
 : undefined reference 
 to `R_running_as_main_program'
 *** Error code 1

No solution here, instead I am having the same problem, running 6.1-RC.

If you found a solution, could you please post it here?

Christopher
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-02 Thread Vittorio
Last night , after portsnap(-ping) and trying to recompile the 
statistical software R from 2.2.1 to 2.3.0 I get the following:

# cd 
/usr/ports/math/R
# make
===  Building for R-2.3.0
`Makedeps' is up to 
date.
`stamp-lo' is up to date.
`Makedeps' is up to date.
`stamp-lo' is 
up to date.
`Makedeps' is up to date.
`stamp-lo' is up to date.
`Makedeps' is up to date.
/usr/ports/math/R/work/R-2.3.0/lib/libR.so is 
unchanged
cc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../..
/lib -lR
Rmain.o(.text+0x14): In function `main':
: undefined reference 
to `R_running_as_main_program'
*** Error code 1

Stop in 
/usr/ports/math/R/work/R-2.3.0/src/main.
*** Error code 1

Stop in 
/usr/ports/math/R/work/R-2.3.0/src/main.
*** Error code 1

Stop in 
/usr/ports/math/R/work/R-2.3.0/src.
*** Error code 1

Stop in 
/usr/ports/math/R/work/R-2.3.0.
*** Error code 1


Please help

(I 
reported this to PR see http://www.freebsd.org/cgi/query-pr.cgi?
pr=i386/96576)

Vittorio

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]