Displaying 20 results from an estimated 900 matches similar to: "libtool FIXME"
2015 Dec 11
0
R-devel, autotools and libtool
Hello all,
I have spent the last week going through the configure/configure.ac
file, basically line-by-line.
I am finding things related to AIX that have not been working well
(i.e., cleanly) for 32-bit builds and are a "root-cause" for 64-bit
builds to finish cleanly.
Trying to keep this short - you can also just skip to end to see my
question!
With regard to AIX, there is a lot
2020 Jul 25
1
configure failed with curl 7.71.1
Hi dev,
can someone confirm if it is a general R 4.0.4 problem
or it is happening only on cygwin ?
checking for curl/curl.h... yes
checking if libcurl is version 7 and >= 7.28.0...
configure: error: libcurl >= 7.28.0 library and headers are required
with support for https
*** ERROR: configure failed
but https is available on curl:
$ curl --version
curl 7.71.1 (x86_64-pc-cygwin)
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
On Wed, May 31, 2006 at 05:52:33PM +0200, steven mestdagh wrote:
> please make it install the docs under share/doc/libtheora.
Thank you. Updated patch below.
A copy of this email goes to the list of theora. The following patch
for the port of libtheora-alpha6 for OpenBSD includes (among other things):
* a patch for examples/Makefile.in that doesn't link player_example
since it
2005 Aug 11
1
include C functions from nmath in my own C functions
Hi:
I followed the README in src/nmath/standalone/
to make the use the command "make shared" to make the
libRmath.so file. I also add the directories containg
libRmath.so to LD_LIBRARY_PATH by using command
"export
D_LIBRARY_PATH=$LD_LIBRARY_PATH:$/home/zhliu/Backup/R-2.0.1/src/nmath/standalon
e
"
However, when I try to run the following codes by the
command
2005 Aug 11
1
include C functions from nmath in my own C functions
Hi:
I followed the README in src/nmath/standalone/
to make the use the command "make shared" to make the
libRmath.so file. I also add the directories containg
libRmath.so to LD_LIBRARY_PATH by using command
"export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$/home/zhliu/Backup/R-2.0.1/src/nmath/standalon
e
"
However, when I try to run the following codes.
2010 May 14
5
where is libRmath.a & libRmath.so
I see Rmath.h in include. Why can't I find libRmath.a and/or libRmath.so?
--
View this message in context: http://r.789695.n4.nabble.com/where-is-libRmath-a-libRmath-so-tp2216048p2216048.html
Sent from the R devel mailing list archive at Nabble.com.
2016 May 23
0
libtool: error: '/usr/lib64/libtasn1.la' is not a valid libtool archive
Hi,
Can you please point me what is going wrong during make of libvirt. I found libtasn1.la is present under my sysroot path, still why make is searching it under /usr/lib64/?
<make logs>
CCLD libvirt_driver.la
/router/bin/grep: /usr/lib64/libtasn1.la: No such file or directory
sed: can't read /usr/lib64/libtasn1.la: No such file or directory
libtool: error:
2002 May 31
1
Two questions about nmath
Hi !
1) First question.
Excuse me for trouble with the same question. I still have problems
with the compilation of test.c in src/nmath/standalone.
I did follow the instructions you gave me but I still receive this message
[root at my standalone]# cc -o test test.c -L/usr/local -lRmath
/usr/local/libRmath.so: undefined reference to `log'
/usr/local/libRmath.so: undefined reference to
2008 Jan 29
1
The standalone Rmath library and VC++ 2003
Linking my VC++ application with the standalone Rmath library yields the
following;
------ Build started: Project: Complex plugin, Configuration: Debug
Win32 ------
Linking...
Creating library .\../Debug/complex_plugin.lib and object
.\../Debug/complex_plugin.exp
libRmath.a(mlutils.o) : warning LNK4217: locally defined symbol __iob
imported in function _REprintf
libRmath.a(dbeta.o) :
2005 Jun 02
1
could not open libRmath.so
Hi
I got a very tricky problem when I tried to compile a C++ program
which links to libRmath.so. The program itself had no problem, I can
compile and run in my own linux machine where I compiled libRmath.so
file and copied it to system directory (/usr/local/lib).
Now I want to compile my program at another linux box where I don't
have root privilege. That machine only has binary version of R,
2004 Apr 22
2
Urgent:again question about nmath/standalone
Hello, all,
I have the same question as the last mail I sent. I have installed libRmath in
my system. But I still can not link Rmath through -lRmath. The whole process
is as follow.Is there anybody who is so kind to help me find out the problem?
I will appreciate very much.
[credsim at confsys ~]$ cd /usr/lib
[credsim at confsys lib]$ ls -l libR*
-rw------- 1 bcdesai bcdesai 237828 Apr
2005 Jan 05
1
Standalone Mathlib, C++ and ISNAN()
In the hope of some meaningful response and ignoring the risk of
further abuse, let me try to clarify the issue here.
I have re-read the 'Writing R Extensions' manual. It seems to me that
it clearly says R API functions can be called from from C++ programs,
and the API includes the special values ISNAN() and R_FINITE() and the
missing test ISNA().
R_FINITE is no problem. It is
2012 Dec 18
1
Updating R on RHL5
Hi,
I haven't used my system in a while now and wanted to update R.
Running yum update R fails because of missing dependency texinfo-tex
I have installed the EPEL yum repo configurations but
yum install texinfo-tex does not find the package.
How can I install that missing package?
Any help is appreciated.
Thanks.
-Christos
## ===========================================
[root at localhost
2000 Oct 30
1
unsuccesfully making libRmath.a
Dear All,
I am having problems making and using the standalone library, after succesfully
installing R from the tar.gz file (I am using Linux, with R-patched, but I have
similar problems with R-devel).
First, when I do:
root at ligarto:/usr/lib/R-patched/src/nmath/standalone > make
....
ar: mlutils.o: No such file or directory
make[1]: *** [libRmath.a] Error 1
make[1]: Leaving directory
2013 May 15
1
Missing Dependency: tex(latex) is needed by package R-devel - Help Required
Hi ALl,
I am trying to install R on RHEL 5.4
while install R i am getting the dependency errors ..
can you please help on this .
[root at Rgraph ~]# yum install R
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
--->
2006 Apr 01
0
CEBA:2005-1229-1 CentOS 4 x86_64 libtool - bugfix update
CentOS Errata and Bugfix Advisory 2005:1224-1
CentOS 4 x86_64 libtool - Bugfix Update
This CEBA fixes the following bug:
http://bugs.centos.org/view.php?id=1156
The following files are uploaded and syncing to the mirrors:
x86_64:
libtool-1.5.6-4.EL4.1.c4.i386.rpm
libtool-1.5.6-4.EL4.1.c4.x86_64.rpm
libtool-libs-1.5.6-4.EL4.1.c4.x86_64.rpm
src:
libtool-1.5.6-4.EL4.1.c4.src.rpm
--------------
2006 Apr 01
0
CEBA:2005-1229-1 CentOS 4 i386 libtool - bugfix update
CentOS Errata and Bugfix Advisory 2005:1229-1
CentOS 4 i386 libtool - Bugfix Update
This CEBA fixes the following bug:
http://bugs.centos.org/view.php?id=1156
The following files are uploaded and syncing to the mirrors:
i386:
libtool-1.5.6-4.EL4.1.c4.i386.rpm
libtool-libs-1.5.6-4.EL4.1.c4.i386.rpm
src:
libtool-1.5.6-4.EL4.1.c4.src.rpm
-------------- next part --------------
A non-text
2004 Sep 23
2
libtool.m4
It seems that autogen.sh failed when I tried to build theora from svn because
it could not find libtool.m4. With Mandrake 10.0, I have libtool.m4 in
/usr/share/aclocal/libtool.m4
Where is it supposed to be?
Regards,
John
2009 Nov 30
0
Fwd: DTrace & libtool "best practices"
Hi all,
Has there been any progress with libtools DTrace USDT support
http://www.mail-archive.com/libtool at gnu.org/msg10587.html
thanks
----- Original Message -----
>From Charles Koester <charles.koester at oracle.com>
Date Mon, 23 Nov 2009 17:01:17 -0800
To Marina Fisher <marina.fisher at sun.com>
Subject DTrace & libtool "best practices"
Greetings,
2009 May 16
1
gluster-2.0.1, mandriva-2008.1-x86_64, libtool, lt_unset
I've encountered a new problem building gluster-2.0.1 that I did not
have with gluster-2.0.0rc8. This is on a mandriva-2008.1-x86_64 system.
../../libtool: line 466: CDPATH: command not found
../../libtool: line 1144: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but
the
libtool: definition of this LT_INIT comes from an older