Displaying 20 results from an estimated 700 matches similar to: "INSTALL_SCRIPT during installation (PR#526)"
1999 Apr 12
3
Fortran vs C, easing using Fortran
> Date: Mon, 12 Apr 1999 11:30:20 +0200 (MET DST)
> From: Albrecht Gebhardt <albrecht.gebhardt@uni-klu.ac.at>
> > I think in R we can do better than at present, if only I knew
> > exactly how. One idea is to have (effectively) a `hints' file that
> > configure uses to add a base set of libraries to FLIBS, but on Solaris
> > at least, using the Fortran
1999 Jul 07
1
Almost succesfull build on AIX
Hi,
Kurt Hornik and myself have an almost successful build of R on AIX
including dynamic loading of libraries ... which fails make check :-(
Anyway, as we have no AIX experience at all, maybe somebody else knows
what's going on.
Here's the problem:
> 1/0
[1]INF
> is.finite(1/0)
[1] TRUE
R was built using the flags included below, gcc version is 2.7.2. Does
anybody with
2007 Oct 10
3
NDOutils ./configure results; do I need gcc?
I am trying to trying to "./configure" NDOutils on a CentOS 4.4 box
with a minimal install, but it gives me the following error, which I
assume means I need something gcc-related?
*********************./configure output ********************
**************************************************************
checking for a BSD-compatible install... /usr/bin/install -c
checking build system
2000 Jun 19
1
Trying to compile R on Unix
I have been trying to compile R. I downloaded R-1.0.1.tgz(I think;
the original tar file was untarred) and unpacked it with gzip. Now
all the R files are in a directory named R-1.0.1. The source files
(.c) are in R-1.0.1/src. There are files in R-1.0.1 named
'Makefile.in',
'Makeconf.in', and 'Makeconf'. I followed the instructions in INSTALL
by typing
2002 Oct 01
1
Scripts not executable (PR#2091)
Running 'make' stops when it tries to build the recommended
(included) packages, because the script 'Rcmd' is not
executable. I have to do a 'chmod +x src/scripts/*' and rerun
'make'.
In version 1.5.1 I also noticed the installed scripts were not
executable, but I could do a 'chmod +x lib/R/bin/*' after 'make
install'. But now the scripts are
2006 Feb 03
3
OpenSSH_4.3p1 configure patch
Here is a patch to configure, & configure.ac that should
solve the problems people are having with 4.3p1.
Thanks to Corina for finding the simple solution.
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
-------------- next part --------------
diff -ru openssh-4.3p1/configure openssh/configure
--- openssh-4.3p1/configure 2006-02-01 03:33:51.000000000 -0800
+++
2011 Nov 08
1
Help with SEM package: Error message
Hello.
I started using the sem package in R and after a lot of searching and trying
things I am still having difficulty. I get the following error message when
I use the sem() function:
Warning message:
In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names =
vars, :
Could not compute QR decomposition of Hessian.
Optimization probably did not converge.
I started with a
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
To whom it concern,
There was no problem at all with the installation of the Depot.
Before running the ./configure command I'm setting the following variables like this (as it's mentionned in the README file) :
export CFLAGS="-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\\\"smbnull\\\""
export CPPFLAGS="-I/opt/iexpress/openldap/include"
export
2006 Dec 22
5
[LLVMdev] in Cygwin problems
How to solve this problem?
$ make
make[1]: Entering directory `/tmp/llvm3/llvm/build/libiberty'
make[2]: Entering directory `/tmp/llvm3/llvm/build/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/llvm3/llvm/build/libiberty/testsuite'
make[1]: Leaving directory `/tmp/llvm3/llvm/build/libiberty'
make[1]: Entering directory
2008 Jun 10
7
error compiling fc9 x64
when i run ./configure in fedora 9 64 bit i get this error
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
this is
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
Hi,
I downloaded wine source from winehq and installed all dependencies as per the wiki:
http://wiki.winehq.org/WineOn64bit
However when i run ./configure,its displays the following and exits:
Code:
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = x86_64
uname -r = 2.6.26.5-45.fc9.x86_64
uname -s = Linux
uname -v = #1 SMP Sat Sep 20
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
Hi,
I am trying to install llvm 2.5 in my PowerPC machine. I have already installed XCode Tools 2.4.1.
I can compile programs using gcc run them.
I try to configure llvm 2.5, the configuration aborts with following message:
checking build system type... powerpc-apple-darwin8.11.0
checking host system type... powerpc-apple-darwin8.11.0
checking target system type... powerpc-apple-darwin8.11.0
2005 Jan 11
2
MIT Kerberos and OpenSSH
Howdie,
Is there a way to get the default BSD 5.3 openssh to compile against
the MIT kerberos libraries? I have set NO_KERBEROS=yes in /etc/make.conf so
that the heimdal kerberos is not built, and rebuilt world, then installed
/usr/ports/security/krb5 and rebuilt world again. sshd is however not being
built against MIT at all.
[root@foobar] ~ # ldd /usr/sbin/sshd
/usr/sbin/sshd:
2008 Apr 08
1
unable to compile samba 3.0.28a on RHEL 5.1 i386
any ideas why it won't compile? running
/root/samba-3.0.28a/packaging/RHEL/makerpms.sh
eventually it gets to:
./autogen.sh: running script/mkversion.sh
./script/mkversion.sh: 'include/version.h' created for Samba("3.0.28a")
./autogen.sh: running autoheader -I. -Ilib/replace
./autogen.sh: running autoconf -I. -Ilib/replace
Now run ./configure and then make.
+
2000 Oct 26
1
configure/make problems
Hi all, new user here. I'm trying to install R on a Sun Solaris machine
ver 2.7. I've encountered a previously documented problem regarding RSI
install and have gotten past that. At this point configure runs to
completion. Now, make is a different story. When I run make here is
what I get.
<Wed8:22pm>-moriarty:/moriarty/Tools/R- 138% make
cp: ../../bin: is a directory
install:
1998 Jun 30
1
No subject
I am trying to make the R-0.62.1 distribution on a DEC alpha running
Digital Unix 3.2d.
I have run into a few problems.....
(1) the Makefile in src/graphics need to have INCLUDES= -I../include
not -I ../include
(2) I have the standard DEC fortran 90 compiler which needs to link R.binary
with a -nofor_main flag. The appropriate slot in config.site appears to be
ignored, which means Makeconf
2000 Feb 22
1
R-0.99 installation on UNIX
{message bounced because it has "$$$" in it.
manually approved by list maintainer -- MM}
> Date: Tue, 22 Feb 2000 13:03:35 +0100
> From: jens <jniesch at gwdg.de>
>
> I have trouble to install R on Sparc Sun Solaris 2.6.
> make returns the error message:
> Undefined symbol first referenced in file
> d_lg10 ../appl/libappl.a(uncmin.o)
> d_sign
1998 Jul 01
4
R-beta: R-0.62.1 under Digital Unix
I am grateful for the advice of Douglas Bates on my earlier problem in making
R-0.62.1, but I'm afraid I'm still having problems....
I have been installing the various updates to R for quite some time on my
alpha, and it is only now that I have been having really severe problems.
The three or 4 versions before 0.61.1 installed without error. For 0.61.1 I
needed to install GNU make.
For
2005 Oct 25
2
SOLARIS 9 INSTALL PROBLEMS
I downloaded SAMBA VERSION: 3.0.20b to my sun sol 9 server and below is the error I got after running ./configure.
root@cpkfs1# ./configure
SAMBA VERSION: 3.0.20b
checking for -fPIE...
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... configure: error: C compiler
cannot create executables
See `config.log' for more details.
This is the details
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
Hello,
It appears that the FreeBSD port of Samba 3.0.x may be
falling behind. The port maintainter does not use
Winbind and thus has not kept up with the development
of it. 3.0.1 will very shortly be ported to FreeBSD,
currently it is still at 3.0.0. I know there have been
some recent changes to Samba that help FreeBSD out,
and I wanted to make sure that the port of Samba 3.0.x
on FreeBSD stays