help-hurd
[Top][All Lists]
Advanced

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

Re: hurd compilation question


From: Ognyan Kulev
Subject: Re: hurd compilation question
Date: Fri, 23 May 2003 18:14:00 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030521 Debian/1.3.1-1

Dmitry V. Zhulanov wrote:

While i compile hurd sources i see that every source compiled 3 times and 
generated three object files *.o *_p.o *_pic.o. What does mean p and pic?

*_p are profile files. *_pic are relocation independent files (or whatever that is called). If you pass --disable-profile to configure script, then *_p files won't be generated. (There were some problems with profiling problems on the Hurd.) *_pic.o files are unavoidable as they are used to construct *.so files.

Regards
--
Ognyan Kulev <ogi@fmi.uni-sofia.bg>, "\"Programmer\""
7D9F 66E6 68B7 A62B 0FCF  EB04 80BF 3A8C A252 9782





reply via email to

[Prev in Thread] Current Thread [Next in Thread]