search for: lcrt0

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

Did you mean: crt0
2004 Aug 06
2
Icecast 2.0 in OS X Server?
...ecoder_example decoder_example.o ../lib/libvorbis.la -lm -logg gcc -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -lm /usr/local/lib/libogg.a ld: can't locate file for: -lcrt0.o make[1]: *** [decoder_example] Error 1 make: *** [all-recursive] Error 1 [ibiza:/var/libvorbis] pulver% <p>When I google this I can find lots of instances of makes being unable to locate this file on OSX, but very little help that is applicable to this scenario, so in desperation I have...
2004 Aug 06
2
Icecast 2.0 in OS X Server?
...in, which started afresh but still ended up with the same error: gcc -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -lm /usr/local/lib/libogg.a ld: can't locate file for: -lcrt0.o make[1]: *** [decoder_example] Error 1 make: *** [all-recursive] Error 1 [ibiza:/var/libvorbis] pulverradio# I was sudo'd when performing all of these commands. I'm getting pretty desperate. I don't need to make any modifications to the already-installed libogg do I? -Ian. <p...
2004 Aug 06
0
Icecast 2.0 in OS X Server?
On Mon, May 10, 2004 at 04:48:17PM -0700, Ian Andrew Bell wrote: > When running MAKE in an attempt to install libvorbis I get the > following: > [...] > ld: can't locate file for: -lcrt0.o > make[1]: *** [decoder_example] Error 1 Ouch, sorry about that. We need to do a new release to fix this. Apple broke static linking at some point (I thought it was just 10.3, but apparently not). They claim it was never supported, but this is (obviously) just a bug. There's no static v...