similar to: Libgsm Dev 32 bit libs on 64 bit

Displaying 20 results from an estimated 900 matches similar to: "Libgsm Dev 32 bit libs on 64 bit"

2010 Jun 22
4
Where can I find libgsm development files?
Code: configure: libgsm development files not found, gsm 06.10 codec won't be supported. Where can I find the source for libgsm? I've done thorough searches on Google and found nothing.
2010 Aug 21
1
Re: Trouble with libgsm on Mac OS X 10.6.2
I'm following the instructions posted above, and I'm still getting the: err:gsm:GSM_drvLoad Couldn't load libgsm.1.0.13.dylib: dlopen(libgsm.1.0.13.dylib, 258): image not found I've copied it to: /usr/lib/libgsm.1.0.13.dylib and symlinked it to: /usr/lib/libgsm.dylib and /usr/local/lib/libgsm.dylib just in case. Though, it still fails after the blue bar fills. It throws a:
2010 Dec 04
2
Re: Trouble with libgsm on Mac OS X 10.6.2
The only way I could get rid of the err for gsm on launch was to copy libgsm to my DDO folder, even those I use DYLD_FALLBACK_LIBRARY_PATH, and libgsm is in all of those locations. Here's my launching script: Code: on run --edit this to be the correct location and file to run (typically only edit after the "drive_c") set toRun to
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
ralniv wrote: > Below are my instructions for getting a libgsm friendly version of Wine compiled on SnowLeopard. I assume that you already have wine-devel installed and configured to your liking. I also assume that you use MacPorts for package management. > > [1] Uninstall wine-devel > > Code: > sudo port uninstall wine-devel > > > > [2] Edit the portfile for
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Below are my instructions for getting a libgsm friendly version of Wine compiled on SnowLeopard. I assume that you already have wine-devel installed and configured to your liking. I also assume that you use MacPorts for package management. [1] Uninstall wine-devel Code: sudo port uninstall wine-devel [2] Edit the portfile for wine-devel. It is located at:
2010 Jul 14
3
Trouble with libgsm on Mac OS X 10.6.2
ralniv <wineforum-user at winehq.org> wrote: >Sent: Jul 14, 2010 12:48 AM >To: wine-users at winehq.org >Subject: [Wine] Re: Trouble with libgsm on Mac OS X 10.6.2 > >The above instructions lead to the following error in the Terminal window while running LOTRO... > > err:gsm:GSM_drvLoad Couldn't load libgsm.1.0.13.dylib: dlopen(libgsm.1.0.13.dylib, 258): image not
2010 Oct 30
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Folks, In answer to the error "libgsm 32-bit development files not found," after completing the libtool command, you must copy the library to /usr/lib. "cp lib/* /usr/lib" would do nicely. HTH, David
2011 Jan 10
1
Re: Where can I find libgsm development files?
Did libgsm used to have a website but it got nuked? It isn't exactly in good practice to download source from anyone other than the producer.
2010 Sep 07
3
[Fwd: Trouble with libgsm on Mac OS X 10.6.2]
I'm far from an expert on the subject matter. Maybe some app that was written for Linux/BSD or whatever is looking at a LD_LIBRARY_PATH on its own and its nothing to do with the OS? I've never tried messing with LD_LIBRARY_PATH on OSX, but its not *supposed* to do anything normally. The OS Relies on DYLD_LIBRARY_PATH. If you change it, you have to make sure it encompasses every single
2010 Mar 12
2
xubuntu 8.10 64bit compile issues 1.40
configure: libv4l 32-bit development files not found. configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported. configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported. configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported. Some one solved that?
2011 Nov 11
4
Compiling wine in Ubuntu Oneiric
Hello, I'm having trouble compiling wine 1.3.31 under the latest Ubuntu, 64 bit multiarch, etc. What basically happens is that the compile and make steps go just fine, but any sound that the newly built wine makes, doesn't use PulseAudio, it takes over the sound device. The only thing I've got to go on is a warning when doing ./configure that tells me that I'm missing the 32 bit
2009 Aug 22
0
1.1.28 uploaded for Ubuntu, however libgsm (ventrillo) support broken on 64 bit
I've uploaded my 1.1.28 packages for Ubuntu (9.04 is already built, 8.10 and 8.04 are still building as I write this). One of the fixes in this package is to build with support for libgsm, a new feature in Wine that allows Ventrillo support. However, this will only work on 32-bit Ubuntu at this time, as there is no 32 bit version of this library available on Ubuntu 64. I've already
2005 Sep 12
1
optimizing for via C3
Hi I'm trying to build an Asterisk packages for a C3 system (256MB memory, cpuinfo below). /proc/cpuinfo: processor : 0 vendor_id : CentaurHauls cpu family : 6 model : 9 model name : VIA Nehemiah stepping : 8 cpu MHz : 1000.736 cache size : 64 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu
2010 Sep 01
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Added the LD_LIBRARY_PATH you suggested mate, now it gives me this: > fixme:win:FlashWindowEx 0x32d170 > fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub > fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! > fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! > fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! >
2010 Sep 06
1
Re: Trouble with libgsm on Mac OS X 10.6.2
James McKenzie wrote: > doh123 wrote: > > > I'm not sure LD_LIBRARY_PATH actually does anything on OSX... > > > > there are a lot of related things you can do though... just look at 'man dyld' > > > > > > > Doh123: > > Yes it does. Look it up for FreeBSD. > > Without it, the only directories that will be examined for
2010 Sep 07
0
[Fwd: Re: Trouble with libgsm on Mac OS X 10.6.2]
James McKenzie wrote: > rwoodsmall wrote: >> James McKenzie wrote: >> >>> doh123 wrote: >>> >>> >>>> I'm not sure LD_LIBRARY_PATH actually does anything on OSX... >>>> >>>> there are a lot of related things you can do though... just look at >>>> 'man dyld' >>>> >>>>
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Code: Apple_PubSub_Socket_Render=/tmp/launch-mcYObM/Render BASH=/bin/bash BASH_ARGC=() BASH_ARGV=() BASH_LINENO=() BASH_SOURCE=() BASH_VERSINFO=([0]="3" [1]="2" [2]="17" [3]="1" [4]="release" [5]="i386-apple-darwin9.0") BASH_VERSION='3.2.17(1)-release' CLICOLOR=true COLUMNS=270 COMMAND_MODE=unix2003 DIRSTACK=()
2010 May 20
3
GSM Problems
I've been trying to get wine to compile with GSM and haven't had any luck, I downloaded the most recent GSM library from http://www.quut.com/gsm/ and manually modified the Makefile to have it install to proper folders.. installed.. and heres proof that files are there in my /usr/lib folder! Code: -r--r--r-- 1 root root 53506 2010-05-14 01:40 /usr/lib/libgsm.a lrwxrwxrwx 1 root root 11
2003 Jun 24
3
Compiling Asterisk under Yellow Dog
Hi, I am trying to compile Asterisk under Yellow Dog 3.0 distributionn. I am getting an error gcc -shared -Xlinker -x -o codec_gsm.so codec_gsm.o -lgsm /usr/bin/ld: cannot find -lgsm May be I need packages that my distribution does not include? What do I need to download to get it compiled? Thanks Serge _________________________________________________________________ The new MSN 8: smart spam
2007 Oct 25
2
Cronjob script with date stamp?
I have a cron job that calls a shell script - the script invokes dump. I'd like to do two things: - Have the script dump the results of the job to a text file. I tried this with /path/to/dump my switches -v >> /home/me/dump.log But that just produced an empty file. - Have the dump file be date-stamped with the date it was executed. Right now, I manually edit the script to change