Displaying 4 results from an estimated 4 matches for "lartsc".
Did you mean:
lartc
2005 Apr 01
2
Compiling on AMD64: errors
...has a hard time
locating the right libs to link against.
../../../tools/winegcc/winegcc -B../../../tools/winebuild -shared
./winearts.drv.spec arts.o audio.o winearts.drv.dbg.o -o
winearts.drv.so -L../../../dlls -lwinmm -luser32 -lkernel32
-L../../../libs/wine -lwine -L/usr/lib64 -ldl -lartsc -lpthread
-lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -ldxguid -luuid
-L../../../libs/port -lwine_port
/usr/bin/ld: skipping incompatible /usr/lib64/libartsc.so when searching
for -lartsc
/usr/bin/ld: cannot find -lartsc
collect2: ld returned 1 exit status
winegcc: gcc failed.
It actually gave...
2003 Aug 23
1
CVS compile problems
...ine & error:
make[1]: Entering directory `/work/src/theora/examples'
/bin/sh ../libtool --mode=link gcc -I/usr/include/SDL -D_REENTRANT
-all-static -o p
layer_example player_example.o ../lib/libtheora.la -logg -lm -L/usr/lib
-Wl,-rpath,/u
sr/lib -lSDL -lpthread -lm -L/opt/kde/lib -ldl -lartsc -lpthread
-L/usr/lib -lesd -lau
diofile -lm -L/usr/X11R6/lib -lX11 -lXext -ldl -lvorbis -logg
gcc -I/usr/include/SDL -D_REENTRANT -static -o player_example
player_example.o -Wl,-rp
ath -Wl,/usr/lib ../lib/.libs/libtheora.a -L/usr/lib /usr/lib/libSDL.a
-L/opt/kde/lib
-lartsc -L/usr/X11R6/lib /opt/...
2003 Aug 12
0
Compile error in CVS, entry for a FAQ somewhere, place for test/comparison files to be uploaded?
...ot;make -k" and get past it, though.
However, there's an inobvious problem in the player_example and splayer
compile:
Both appear to absolutely depend on static versions of all of the
relevant libraries, but there is nothing to indicate this anywhere.
I got past the "unable to find -lartsc" once I realized I needed
to completely make distclean and re-configure and compile arts to get
libartsc.a. Afterwards, though, player_example seems to compile fine,
but trying to run it gives the rather bizarre error message "player_example:
file not found". In my case, the prob...
2006 May 18
2
Problems compiling Wine
...sigsetjmp... yes
checking for pthread_rwlock_t... yes
checking for pthread_rwlockattr_t... yes
checking for pthread_getattr_np... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for artsc-config... /usr/bin/artsc-config
checking for arts_init in -lartsc... yes
checking for esd-config... /usr/bin/esd-config
checking for esd_open_sound in -lesd... yes
checking for snd_pcm_hw_params_get_access in -lasound... yes
checking for capi20_register in -lcapi20... yes
checking for gcc strength-reduce bug... no
checking for gcc -fshort-wchar support... yes
che...