Displaying 4 results from an estimated 4 matches for "lstatic".
Did you mean:
static
2004 Aug 06
2
relaying problem w/ icecast 1.3
hello * !
i have a problem setting up a relay server:
icecast starts up fine, but when i do
-> relay pull -m /liveice http://mallia.zkm.de:8000/liveice
on the admin console, it fails to connect to the stream:
Connecting to relay [mallia.zkm.de:8000/liveice], please wait...
Could not connect to port 8000 on host mallia.zkm.de
->
trangely enough, this happens instantly, without any chance
2019 Jun 13
2
Need help on identifying a patch which fixed lld on linux platform
...t; ${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 -lst main.o
>> -Wl,-rpath=shared
>>
>> [[ main.c ]]
>>
>> void gn();
>>
>> int main()
>> {
>> gn();
>> return 0;
>> }
>>
>> [[ shared/sh.c ]]
>>
>> #include <stdio.h>
>>
>> void gn(v...
2019 Jun 13
4
Need help on identifying a patch which fixed lld on linux platform
...ic/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 -lst main.o
-Wl,-rpath=shared
[[ main.c ]]
void gn();
int main()
{
gn();
return 0;
}
[[ shared/sh.c ]]
#include <stdio.h>
void gn(void);
void fn(void);
void gn()
{
printf("Calling gn...\n");
fn();
}
[[ static/st.c ]]
#include <stdio.h>
void fn(void);...
2004 Aug 06
0
relaying problem w/ icecast 1.3
...cast2 binary
with each and every dependency (well, except maybe for libc :)
hard-linked into the executable ?
i have this naive hope i might be able to compile it on my home machine
(running suse 8.1), upload it to a redhat 7.1 and have it actually
working...
i tried passing the linker option -lstatic, which bloated the executable
quite some, but ldd still showed all the dependencies my non-static one had.
i dug through the gcc howto, but i could use some hint :)
best,
jörn
<p>
--
If you're happy and you know it, bomb Iraq.
Jörn Nettingsmeier
Kurfürstenstr 49, 45138 Essen, German...