From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: linking in rhide 1.0 Date: Thu, 12 Dec 1996 10:48:32 +0100 Organization: TU Chemnitz-Zwickau Lines: 42 Message-ID: <32AFD4F0.28AA@Mathematik.tu-chemnitz.de> References: NNTP-Posting-Host: main.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Miguel Murillo DJ-Gateway: from newsgroup comp.os.msdos.djgpp Miguel Murillo wrote: > Hi Miguel, can you enlight me, for what you post should help? OK. I'll try to understand it with some comments. I think, you posted here the customizations, you have made in one of your projects to get it work. > Look Directory > Include c:\djgpp\include;c:\djgpp\lang\cxx;c:\my_path\my_file.h > Lib c:\djgpp\lib;c:\my_libs.lib > Obj c:\djgpp\lib;c:\my_objs.obj Why you are adding here all the default DJGPP directories? If you have setup DJGPP correct, you don't need the above directories in the search paths. And here comes with this the next difficulty. If you set in the 'Directories/Object files' at least one directory, your created object files are placed there (in the first listed directory). So if you want to create your object files sure in the current directory you have to add the current directoy (.) as the first search path. > x Bla Bla Bla for profile.... > x Tralarara.................. Please try to write here a little more exact. In the libraries- dialog there is nowhere "Bla Bla ..." or "Tralara...". At the bottom of the dialog are two checkboxes: - Uses standard libraries - Link for profiling Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************