similar to: link statically

Displaying 20 results from an estimated 200 matches similar to: "link statically"

2002 Feb 27
2
static link
hi, i have downloaded the linux-version of openssh-3.0.2p1. i wanted to compile it statically with the following configure-statement: ./configure --prefix=/usr/local/opt/openssh-3.0.2p1 --with-pam --with-md5-passwords --with-v4-default --with-ldflags=-static --with-ssl-dir=/usr/local/opt/openssl It worked for the older 2.9 version, but now i get the following error: gcc -o ssh ssh.o
1998 May 20
0
samba and win95-login
Hi, I want to set up samba and win95 so that password checking is made via samba and also some login scripts are started. I have changed windows setup to login on NT-Domain with my samba's hostname as DOMAIN. I also have enabled wins support on win95. But after reboot, when I am asked for user,password and domain I always get an error message, directly after pressing the
1998 Oct 04
2
policies
Hi, I have set up samba to enable Domain-Logons for windows95/98. I am using Samba-1.9.18p7. I have a share netlogon with a batchfile for connection network drives. Everything is working. But when I create a policies file and put it onto the netlogon share windows doesn't use it. I have named it config.pol. Is there another special thing to configure? I have found archives of this
2004 Apr 29
1
SIP DTMF signaling to VM
Hello all, I am trying to get voicemail to work for sip phones using g729, yes I did buy the licenses. I can get it to work using other codecs like G711 and dtmfmode=inband. But when I make a call using g729 I get "Apr 29 09:47:14 WARNING[1209214400]: dsp.c:1452 ast_dsp_process: Unable to process inband DTMF on 256 frames" on my console. I can't seem to get anything to work when
2019 May 16
1
Second VPN network fails to start
Hi Parke, Thanks, no I had not run those commands, but after doing so, my VPN address is not visible. See below: nsasia at db2:/etc/tinc$ sudo systemctl enable tinc at VPN1 Created symlink /etc/systemd/system/tinc.service.wants/tinc at VPN1.service → /lib/ systemd/system/tinc at .service. nsasia at db2:/etc/tinc$ systemctl start tinc at VPN1 ==== AUTHENTICATING FOR
1999 Nov 08
1
User's smbd processes don't get killed
Hi, all. Last saturday, we've done a cutover for Samba 2.0.5a to be our new fileserver. All is going well, except for two network users that make me reboot the server. What happens is as follows: * user logs on onto samba server; * user opens and closes files, etc, OK until in one of these operations his/her machine hangs; * user reboots his/her machine to log on again. In this
2002 Dec 20
1
read.xport and lookup.xport in foreign (PR#2385)
Under platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 6.1 year 2002 month 11 day 01 language R and using foreign 0.5-8 I am encountering errors when using read.xport. Here's
2005 Mar 23
4
Playback of sound files but no sound
Hello, I'm running asterisk-1.0.6 on a centos3.4 box. I'm still in testing phase and so far everything is running smoothly. I'm now trying to play a soundfile or an mp3file using 'MP3Player', 'Playback' or the 'Background' commands, but don't get any sound. The logfile says: -- Executing BackGround("SIP/joa-9def", "tt-weasels") in
2003 Jan 18
1
SAS transport files and the foreign package
Even though the FDA has no policies at all that limit our choices of statistical software, there is one defacto standard in place: reliance of the SAS transport file format for data submission (even though this format is deficient for this purpose, e.g., it does not even document value labels or units of measurement in a self-contained way). Because of the widespread use of SAS transport files in
2007 Jun 08
1
kickstart fails statically built custom kernel: anaconda doesn't honor static NIC/SATA driver in kernel?
Kickstart fails for statically built custom booting kernel, although the custom kernel is built form the same version stock kernel source. My anaconda and kernel source are both of stock versions on Centos 5. At the kickstart 'F3' screen, the following error messages appear: Modules to insert tg3 ... ... ERROR: no network devices in choose network device! ERROR: no network drivers
2003 Feb 28
0
compiling libvorbis statically
I'm trying to compile libvorbis with the static version of libogg.a but it is complaining that it can't find the shared libogg even though that I've told configure where to find the static lib: ./configure --with-ogg-includes=/Users/steve/Developer/Apps/Io/Io/IoDesktop/OpenAL/ base/libogg/include --with-ogg-libraries=/Users/steve/Developer/Apps/Io/Io/IoDesktop/
2011 Nov 11
1
Building a statically-linked extension?
Hi there, I'm writing an R extension that has a C component that relies on two third party libraries that I'm bundling with the extension. I'd like to statically link my resulting extension so that I can rely on the bundled versions of the libraries I'm distributing, so there's two questions - 1, does R allow statically linked C extensions to be used at runtime? 2, are there
2008 Apr 08
0
Allow xenstore client utilities to be built statically.
The attached patches enable the xenstore client utilities (xenstore-read/write and friends) to be built statically and against uclibc. This is useful for utility domains where a small userspace is desired. Both static building with glibc and linking with uclibc seem to have problems with threading and so the static version of the library is built without thread support. This is OK since none of
2018 Feb 26
0
Linking libc++(abi) (ideally statically) on non-llvm OS
I've been unsuccessfully trying tell g++ or clang++ to use libc++(abi) when building a C++ source file (single file for test purposes) when the host cc and c++ are all configured to use glibc and libstdc++. My goal is to statically links musl libc and libc++(abi) and create binaries for Linux that just work anywhere. Naturally, I'm not building a .so or depending on dynamic libs. My last
2005 Nov 02
1
[LLVMdev] Statically Initialized Arrays
On Nov 2, 2005, at 16:39, Chris Lattner wrote: > 4. Replace the old GV with the new GV using code that looks like this: > > OldGV->replaceAllUsesWith(ConstantExpr::getCast(NewGV, > OldGV->getType()); > OldGV->eraseFromParent(); > > At the end of this, any instructions or other globals that referenced > the temporary global will now reference the new one.
2008 Apr 29
3
[LLVMdev] How do you Build LLVM Statically Linked?
Everyone, I would like to build the LLVM toolchain and the GCC front end as statically linked executables, but I do not see a configure option to set this. A quick check of the FAQ and build documents comes up empty. Is there a linker switch setting or environment variable for the Makefile? Dave Koogler
2008 Apr 29
1
[LLVMdev] How do you Build LLVM Statically Linked?
On Tuesday 29 April 2008 14:52:49 David J.A. Koogler wrote: > Everyone, > > I would like to build the LLVM toolchain and the GCC front end as > statically linked executables, but I do not see a configure > option to set this. A quick check of the FAQ and build documents > comes up empty. Is there a linker switch setting or environment > variable for the Makefile? > >
2008 May 01
0
[LLVMdev] How do you Build LLVM Statically Linked?
Anders Johnsen wrote: > I think there is a > > ./configure --enable-static > > switch - have you tried that? Yes, but that only seems to force building static libraries, not statically linked tools. Kenneth Boyd wrote: > The --disable-shared option to configure should work (like it does for > most configure-scripted projects). No, I tried that and still got
2009 Jul 11
1
[LLVMdev] Linking llvm executables statically.
When I move the built executables between my linux boxes, I get libs missing errors (libffi, glibc etc). How to link in everything statically? -Sanjiv
2011 Sep 26
0
[LLVMdev] statically link pass to clang
2011/9/27 Zeng Bin <ezengbin at gmail.com>: > > > On Sun, Sep 25, 2011 at 8:45 PM, NAKAMURA Takumi <geek4civic at gmail.com> > wrote: >> >> 2011/9/24 Zeng Bin <ezengbin at gmail.com>: >> > A question about statically linking a pass to clang instead of >> > dynamically >> > loading it at runtime. I am stumped on this bug for a