[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MiNTlib (I think I'm on pl43): Bug in sprintf().



In <m0qPzEE-000OMBC@nasim.cube.net> you write:
>In article <9407172345.AA00280@jelal.north.de> Juergen Lock wrote:
>
>> oh and memcpy is an extended quickmove really (quickmovb), and the XDEF'd
>> _bcopy is just a hint for gcc that it doesn't need to load the libs
>> bcopy too.
>
>My compiler does not understand your hints. ;(
>
>/usr/local/cross-gcc/lib/gcc-ld: multiple definitions of symbol `_bcopy'.  Files:
> /usr/local/cross-gcc/lib/gnu16.olb(bcopy.o)
> quickmov.o0
>/usr/local/cross-gcc/lib/gcc-ld: multiple definitions of symbol `__bcopy'.  Files:
> /usr/local/cross-gcc/lib/gnu16.olb(bcopy.o)
> quickmov.o0
>make: *** [mint030.prg] Error 1
>
>This is gcc-2.5.8 (bammi). Andreas Schwab's MiNT-gcc 2.5.8 does the same.

 *sigh* is this ment to be a feature??

 alright then leave out the XDEFs, you'll just waste some memory with
two functions that do the same...

 :-/
	Juergen