DragonFly BSD
DragonFly users List (threaded) for 2005-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Correct place for crtbeginS.o


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 8 Jan 2005 11:01:01 -0800 (PST)

:When compiling gettext-0.14.1 from ports I got a problem with the 
:location of 2 library files crtbeginS.o and crtendS.o. The compilation 
:looked for the files in /usr/lib/gcc2 but they are in /usr/lib.
:
:Is there some symlinks missing in my system or. (I created links to make 
:the compilation work). Where shall these files reside?
:
:Gunnar Flygt

    /usr/lib is the correct place.  crtbegin/end are generated by libcsu
    which is not gnu-specific (or at least not gnu-version-specific), so
    it was moved from the gnu-specific subdirs into a common directory.

    One wonders why gettext is even trying to access these files manually.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



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