search for: libst

Displaying 3 results from an estimated 3 matches for "libst".

Did you mean: libs
2019 Jun 13
2
Need help on identifying a patch which fixed lld on linux platform
...]] >> >> #!/bin/sh >> >> CC="${TOOLCHAIN}/bin/clang" >> AR="${TOOLCHAIN}/bin/llvm-ar" >> CFLAGS="-g -O" >> LDFLAGS="-fuse-ld=lld" >> >> rm shared/sh.o static/st.o main.o >> rm shared/libsh.so static/libst.a main >> >> ${CC} ${CFLAGS} -c shared/sh.c -o shared/sh.o >> ${CC} ${CFLAGS} ${LDFLAGS} -shared -o shared/libsh.so shared/sh.o >> >> ${CC} ${CFLAGS} -c static/st.c -o static/st.o >> ${AR} cq static/libst.a static/st.o >> >> ${CC} ${CFLAGS} -c main.c...
2019 Jun 13
4
Need help on identifying a patch which fixed lld on linux platform
.... ├── build.sh ├── main.c ├── shared │ └── sh.c └── static └── st.c [[ build.sh ]] #!/bin/sh CC="${TOOLCHAIN}/bin/clang" AR="${TOOLCHAIN}/bin/llvm-ar" CFLAGS="-g -O" LDFLAGS="-fuse-ld=lld" rm shared/sh.o static/st.o main.o rm shared/libsh.so static/libst.a main ${CC} ${CFLAGS} -c shared/sh.c -o shared/sh.o ${CC} ${CFLAGS} ${LDFLAGS} -shared -o shared/libsh.so shared/sh.o ${CC} ${CFLAGS} -c static/st.c -o static/st.o ${AR} cq static/libst.a static/st.o ${CC} ${CFLAGS} -c main.c -o main.o ${CC} ${CFLAGS} ${LDFLAGS} -o main -Lshared -lsh -Lstatic...
2004 Aug 06
1
Clients connect but no stream...
Tried rpm of DarkIce and got this... error: failed dependencies: libgcc_s.so.1 is needed by darkice-0.6-1 Also tried compiling straight from source and got this... c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -c DarkIce.cpp In file included from DarkIce.cpp:78: LameLibEncoder.h:46:2: #error need lame/lame.h make[2]: *** [DarkIce.o] Error 1 make[2]: Leaving directory