Displaying 20 results from an estimated 900 matches similar to: "[LLVMdev] linker error (llvm-config, eclipse)"
2008 Mar 09
0
[LLVMdev] linker error (llvm-config, eclipse)
Hi, Stefan!
Stefan Oestreicher wrote:
> This is the full command that's executed to link the project and its output:
>
> g++-4.2 `/home/stefan/projects/llvm/Debug/bin/llvm-config --ldflags
> --libs` `pkg-config --libs glibmm-2.4` -o"mojo" ./src/mojo.o
The `llvm-config ...` and `pkg-config ...` sections need to be at the
end. That ought to get you going.
Sam
2008 Mar 09
1
[LLVMdev] linker error (llvm-config, eclipse)
Sam Bishop schrieb:
> The `llvm-config ...` and `pkg-config ...` sections need to be at the
> end. That ought to get you going.
Yes, that's it, thank you very much for the quick help. I guess I
should've rtfm more carefully, sorry.
best regards
Stefan Oestreicher
2018 Mar 13
3
Argon2i support in CE packages
Hi All,
I've been experimenting with the Argon2i password scheme in a local
setup, backed by a LDAP server, and Dovecot 2.3.0.1 can't authenticate
my users for now.
On the LDAP side the user passwords start with {ARGON2I} (and I can
authenticate fine to the LDAP server), but it seems that the CE packages
are compiled without libsodium. Is that correct? Is at this time the
only
2009 Sep 22
3
[LLVMdev] help with llvm make system
Hi,
I'm working on a compiler for a small toy language and I'm using the
llvm sample project layout, i.e. the llvm make system.
I've got one library (lomo-core) which contains my parser and all that
stuff and one tool (lomoc) that's my compiler.
The tool declares the library as dependency using:
USEDLIBS = lomo-core
Now that I've started to add IR generation I declared the
2009 Sep 22
2
[LLVMdev] help with llvm make system
Hi,
I'm working on a compiler for a small toy language and I'm using the
llvm sample project layout, i.e. the llvm make system.
I've got one library (lomo-core) which contains my parser and all that
stuff and one tool (lomoc) which is my compiler executable.
The tool declares the library as dependency using:
USEDLIBS = lomo-core
Now that I've started to add IR generation I
2007 Jul 13
0
[LLVMdev] llvm-gcc-4-2 development branch is open
Hi Devang,
> llvm-gcc-4-2 development branch is now open for development at
>
> llvm.org/svn/llvm-project/llvm-gcc-4-2
I noticed the following difference between llvm-gcc and llvm-gcc-4-2
in gcc/llvm-linker-hack.cpp, any idea where it came from?
Thanks, Duncan.
@@ -28,6 +28,7 @@
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/CodeGen/ScheduleDAG.h"
2006 Jun 20
0
Anyone using VoIP WiFi phones?
The only advantage is when you travel. Last year I took my wifi sip
phone to Astricon in Madrid and everything worked as expected. I am just
packing it and heading for Paris...
Wojtek
-----Original Message-----
From: Mojo with Horan & Company, LLC [mailto:mojo@horanappraisals.com]
Sent: Tuesday, June 20, 2006 1:16 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re:
2003 Mar 26
2
Cannot see any files in samba shares
I have installed Samba 2.2.8 on a Solaris 8 machine. My compile options
were as follows:
./configure --with-fhs --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--with-smbwrapper --with-syslog
My smb.conf is as follows:
[global]
workgroup = <Our NT Domain>
netbios name = MOJO
server string = Samba Server v. 2.2.8
security = DOMAIN
encrypt
2005 Jul 15
2
seems-to-be-inexpensive source of polycom 301 and501
i have ordered 500s from tritechcoa.com several times over the past 4 months. great service and delivery, and the prices are lowish, only problem is, they add a $20 handling fee per phone, on top of phone price, and shipping, making the lower price not as good
-----Original Message-----
From: Mojo with Horan & Company, LLC [mailto:mojo@horanappraisals.com]
Sent: Friday, July 15, 2005 12:01
2003 Apr 18
3
mozilla 1.3
FreeBSD mojo.televoke.net 4.8-STABLE FreeBSD 4.8-STABLE #10: Mon Apr 14
15:48:09 PDT 2003 mike@mojo.televoke.net:/usr/obj/usr/src/sys/MOJO
i386
mozilla-1.3_1,2 The open source, standards compliant web browser
mozilla-headers-1.3_1,2 Header files for mozilla communicator
web-surfboard
After stepping up to Mozilla 1.3_1,2 attempting to type in any dialog box
(password dialogs in Mozilla
2007 Jul 21
0
asterisk-users Digest, Vol 36, Issue 61
Please, unsuscriber, this group.
regars
Nestor Castillo
----- Mensaje original ----
De: "asterisk-users-request at lists.digium.com" <asterisk-users-request at lists.digium.com>
Para: asterisk-users at lists.digium.com
Enviado: viernes, 20 de julio, 2007 11:00:04
Asunto: asterisk-users Digest, Vol 36, Issue 61
Send asterisk-users mailing list submissions to
2006 Jun 15
0
ANNOUNCE: Mojo Helpdesk - a simple ticket tracking system
After releasing Montastic - "the free website monitoring service that
doesn''t suck" (www.montastic.com), we are glad to announce our second
service:
>>> Mojo Helpdesk: a simple ticket tracking system for small businesses
It is a simple ticket tracking application that allows organizations to
manage their customer requests and get customer satisfaction ratings
2007 Jul 13
2
[LLVMdev] llvm-gcc-4-2 development branch is open
On Fri, 13 Jul 2007, Duncan Sands wrote:
> I noticed the following difference between llvm-gcc and llvm-gcc-4-2
> in gcc/llvm-linker-hack.cpp, any idea where it came from?
This is probably a patch that got checked into llvm-gcc4 after devang
started work on 4.2. Please feel free to update 4.2 to the version in
4.0.
Thanks!
-Chris
> @@ -28,6 +28,7 @@
> #include
2007 Jul 14
0
[LLVMdev] llvm-gcc-4-2 development branch is open
Hi Devang,
> >> This is probably a patch that got checked into llvm-gcc4 after devang
> >> started work on 4.2. Please feel free to update 4.2 to the version
> >> in
> >> 4.0.
> >
> > no, it doesn't exist in 4.0.
>
> hmm. that can not be true. It was applied by Evan on May 07, 2007 to
> unbreak Apple style builds.
this difference
2017 Nov 25
1
How to read geo replication timestamps from logs
Folks, need help interpreting this message from my geo rep logs for my
volume mojo.
ssh%3A%2F%2Froot%40173.173.241.2%3Agluster%3A%2F%2F127.0.
0.1%3Amojo-remote.log:[2017-11-22 00:59:40.610574] I
[master(/bricks/lsi/mojo):1125:crawl] _GMaster: slave's time: (1511312352,
0)
The epoch of 1511312352 is Tuesday, November 21, 2017 12:59:12 AM GMT.
The clocks are using the same ntp stratum and
2018 Mar 22
1
How to extract functions from Module A and put them into Module B, and generate a new IR file?
Hi all,
This is Michael and very happy to share my question here!
My question is, is there a way to "extract" a function from Module A and
write it into another Module B, and generate two new IR files? IRBuilder
seems like a workable way but I have to create instructions one by one. I
am new to LLVM so don't know whether it is doable, here is my experimental
code:
2005 Oct 05
4
dropped calls when g729 is used on sip leg
Hello - I have 8 polycom 501s all setup great using ulaw. We have put
them through a pretty rigorous torture over the last 4 months, and
they've performed famously. No dropped calls ever.
We invested in some g729 licenses. changed my ipmid.cfg so that g729 is
priority 1 and ulaw is priority 2. I added allow=g729 to my extension's
sip.conf entry, where existed before disallow=all
2020 Aug 11
2
opt - replicating multiple passes from -O3 -debug-pass=Executions
Hello,
I am trying to replicate the output from opt -O3 foo.bc -o foo.opt.bc by
specifying the individual passes instead of the -O3 flag.
Looking at the passes from opt -O3 foo.bc -o foo.bc -debug-pass=Executions
it seems there are two passes being run. When I run the flags indicated for
the two passes specified in the 'Pass Arguments:' as two sequential opt
processes or a single opt
2017 Jan 05
1
[Bug 99282] New: KDE kontact crashes always
https://bugs.freedesktop.org/show_bug.cgi?id=99282
Bug ID: 99282
Summary: KDE kontact crashes always
Product: Mesa
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2006 Mar 13
2
Simple php script to monitor asterisk calls
Hiya, hope I don't bore anybody with this. There are certainly a lot of
monitor-y things out there and they just didn't fit my need, so maybe
this will fit someone's besides mine.
http://horanappraisals.com/asterisk/pbxmonitor/ contains two files. one
is a php script called pbxmonitor, and one is a flat file of extensions
to extension name mappings of internal users. It