Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] libstdc++.dylib created for llvm-gcc4.2-2.3 front-end?"
2008 Aug 25
0
[LLVMdev] libstdc++.dylib created for llvm-gcc4.2-2.3 front-end?
Hi,
I'm trying to build from source the llvm-gcc4.2-2.3 front end.
My host OS is Ubunut 8.04. "make install" completed sucessfully, but I do
not see a file called libstdc++.dylib in the
`pwd`/../install/lib/libstdc++.dylib area. In fact, I can't find any file
with an extension .dylib.
Have I done something wrong or is this a known issue with a workaround?
tia,
Bernardo
2008 Aug 25
0
[LLVMdev] Equivalent setup of llvm-gcc-4.2-2.3 setup of *.dylib in README.LLVM for Ubuntu 8.04
Hi,
I'm trying to setup the llvm-gcc-4.2-2.3 front end which I've built from
source on Ubunutu 8.04.
It has built successfuly. In the README.LLVM file, it says that the
following must be done after the "make install" step:
$ make install
$ ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib
$ ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib/libstdc++.dylib
*.dylib
2008 Aug 25
0
[LLVMdev] Equivalent setup of llvm-gcc-4.2-2.3 setup of *.dylib in README.LLVM for Ubuntu 8.04
Hello, Bernardo
> *.dylib files are OSX specific. What is the equivalent setup step
> for Ubuntu 8.04?
You don't need anything special on non-darwin platforms. You're just
using newly-built libstdc++
---
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Mar 13
1
[LLVMdev] llvm-gcc4.2-2.5 front-end build problems on SunOS
Hello all,
I am trying to install the llvm-gcc front end to use it in one of my
projects, but I got stuck.. I am working on a Sun workstation:
SunOS xxx 5.10 Generic_137137-09 sun4u sparc SUNW,Sun-Fire-V240
and I have gcc version 3.4.6:
Reading specs from /sw/gcc-3.4.6/lib/gcc/sparc-sun-solaris2.10/3.4.6/specs
Configured with: /.scratch/andjo/lsw/src/gcc/gcc-3.4.6/configure
2008 Aug 21
1
pnmath compilation failure; dylib issue?
(1) ...need to speed up a monte-carlo sampling...any suggestions about
how I can get R to use all 8 cores of a mac pro would be most useful
and very appreciated...
(2) spent the last few hours trying to get pnmath to compile under os-
x 10.5.4...
using gcc version 4.2.1 (Apple Inc. build 5553) as downloaded from
CRAN, xcode 3.0...
...xcode 3.1 installed over top of above after
2008 Sep 05
3
[LLVMdev] Newbie question on front-end and code compaction
Hi!
I'm still a newbie to LLVM, so I'm looking for guidance that will tell me
the right docs to read.
I'm interested in working on 2 different things. I'm interested on adding a
new front end for a functional language such as Lisp. I'm also interested
in helping out with compaction(making code with a small footprint). What
are the right docs for me to start reading and
2009 May 04
3
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
I am still having problems getting everything installed. I realized that the
successful build of llvm-2.5 had in fact been configured to use the system
gcc (4.1.2). However, I was unable to sucessfully build llvm-gcc with gcc
4.1.2.
I went back and attempted to build llvm-2.5 with gcc-4.2.4 (installed in a
separate directory from system gcc). However, I got the same build error as
before.
Then I
2008 Sep 05
0
[LLVMdev] Newbie question on front-end and code compaction
On Sep 4, 2008, at 8:03 PM, Bernardo Elayda wrote:
> I'm also interested in helping out with compaction(making code with
> a small footprint).
People pointed out recently on the list that -Os doesn't work so
well. See the email from regehr at cs.utah.edu on Aug 20 on llvmdev.
You should be able to work with him to get testcases, from there you
just grind through them and
[LLVMdev] libLLVM-2.9svn.dylib on MaxOS is built with double lib in it: lib/lib/libLLVM-2.9svn.dylib
2011 Jan 04
0
[LLVMdev] libLLVM-2.9svn.dylib on MaxOS is built with double lib in it: lib/lib/libLLVM-2.9svn.dylib
This started somewhere before rev.122456, resulting libLLVM-2.9svn.dylib
is unusabkle since it has double 'lib' embedded in its path.
otool -l /opt/local/llvm/svn-r122842/lib/libLLVM-2.9svn.dylib
produces this line (among others):
name /opt/local/llvm/svn-r122842/lib/lib/libLLVM-2.9svn.dylib (offset 24)
The way how things are on Apple, all apps read this path during link
phase, look
2009 Sep 04
1
[LLVMdev] Dose I need to build llvm-gcc front-end from source resolve this error?
/*
mm.cpp
*/
#include<iostream>
using namespace std;
struct xx{
int x;
int mm()const;
int mm();
};
int xx::mm() const
{
return const_cast<xx*>(this)->mm();
}
int xx::mm()
{
cout<<"ok"<<endl;
return x;
}
int main()
{
xx x;
x.mm();
return 0;
}
2014 Sep 03
1
Library not loaded: /usr/local/lib/libquadmath.0.dylib
Hi all,
I tried to load a package which includes a shared object on one of my Macs,
and I got an error message below, which suggests that the file "
libquadmath.0.dylib" is missing in the /usr/local/lib folder. On my other
Mac however, I have no problem loading the package, and the file "
libquadmath.0.dylib" is in the /usr/local/lib folder. I wonder where this
2005 May 07
1
Incorrect libxml2.2.dylib version on Tiger install
Hi all,
I have just installed OSX Server 10.4 and R comes up with the
incompatible libxml library message reported by Dan Kelley a few
messages ago. Xcode 2 does not ship with Tiger Server. I installed
the X-Windows code. I can report that the version of libxml2.2 that is
installed in this case is the version 8.0.0 dylib.
[6]sboker at munimula:/usr/lib % ls -l libxml2.2*
-rwxr-xr-x 1
2010 Aug 17
1
Compiling static libFLAC.a still requires libogg.dylib
On Tue, Aug 17, 2010 at 3:12 PM, Paul Davis <paul at linuxaudiosystems.com> wrote:
> On Mon, Aug 16, 2010 at 11:09 PM, Glenn McCord <glenn.mccord at gmail.com> wrote:
>
>> libtool: link: gcc -I/Users/glennm/libOGG-i386/include -O3
>> -funroll-loops -finline-functions -Wall -W -Winline -arch i386 -arch
>> i386 -o flac analyze.o decode.o encode.o
rails - postgres error: Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 o
2012 Jun 21
0
rails - postgres error: Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 o
Hi,
I am stuck with the setup of Ruby (1.9.3), Rails and Postgres (9.0.8) on
my Mac (10.6.8). Everytime when I run rails console I get the following
error:
/Users/dc/.rvm/gems/ruby-1.9.3-head@global/gems/pg-0.13.2/lib/pg.rb:4:in
`require'':
dlopen(/Users/dc/.rvm/gems/ruby-1.9.3-head@global/gems/pg-0.13.2/lib/pg_ext.bundle,
9): Library not loaded: @loader_path/../lib/libssl.dylib
2010 Aug 17
4
Compiling static libFLAC.a still requires libogg.dylib
Thanks for the reply. I would very much like OGG container support, so
disabling it isn't really an option. I have built OGG so that it
creates a libogg.a, libogg.0.dylib and a symbolically linked
libogg.dylib (that links to the libogg.0.dylib) file.
If I remove the .dylib files in an attempt to 'encourage' the compiler
to use libogg.a, then it complains that it can't find the
2020 Sep 29
2
[Bug 3215] New: Reference to ldns.3.dylib is an error
https://bugzilla.mindrot.org/show_bug.cgi?id=3215
Bug ID: 3215
Summary: Reference to ldns.3.dylib is an error
Product: Portable OpenSSH
Version: 8.4p1
Hardware: amd64
OS: Mac OS X
Status: NEW
Severity: critical
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2010 Aug 17
0
Compiling static libFLAC.a still requires libogg.dylib
On Aug 16, 2010, at 16:44, Glenn McCord wrote:
> Hi, I'm trying to compile a static lib of libFLAC yet whenever I use
> it in an application, the application will fail on other machines
> because it's trying to use libogg.0.dylib.
>
> I'm using the following configure command
>
> ./configure prefix=${HOME}/libFLAC --disable-asm-optimizations
>
2003 Oct 18
1
libR.dylib on OS X
If one installs the CLI and RAqua versions, by saying both "make
install"
and "make install-aqua", then packages that use libR.dylib get their
symbols from
/Applications/StartR.app/RAqua.app/Contents/Frameworks/libR.dylib
and not from /usr/local/lib/R/bin/libR.dylib.
That's unfortunate, because the first is likely to change, and the
second is not.
For instance, what
2017 Mar 16
2
disabling lib/libomptarget.dylib build?
Currently trunk fails to build openmp on darwin due to the failure of...
[ 46%] Linking CXX shared library ../../../lib/libomptarget.dylib
cd /sw/src/fink.build/llvm50-5.0.0-1/build/stage1/projects/openmp/libomptarget
&& /sw/bin/cmake -E cmake_link_script
CMakeFiles/omptarget.dir/link.txt --verbose=1
/sw/src/fink.build/llvm50-5.0.0-1/opt-bin/ccclang++ -fno-common -fPIC
2009 Mar 17
1
[LLVMdev] Bit-code file input to ld (was: ...From module/bitcode to Mach-O dylib file directly)
On 16-Mar-09, at 9:50 PM, Luke Evans wrote:
> ...which I did - though I had to ensure I had the target triple set
> in the module just right: "x86_64-apple-darwin"
D'oh. Spoke too soon (sort of).
I have apparently managed to create a bit-code file that will happily
be ingested by ld. The dylib that comes out has my symbol in it
(according to nm).
However, my call to