This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Shared libraries on Alpha


On Wed, Feb 23, 2000 at 10:18:14AM -0500, K. Holcomb wrote:
> $(SHARED_LIBRARY):	$(OBJECTS)
> 	-ld -o $(SHARED_LIBRARY)  -shared $(OBJECTS) $(SO_LIB_FLAGS) 

Never ever link the shared library yourself with `ld'.  Always use
`gcc -shared', otherwise you can will and did get the wrong results.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]