From: solderer AT my-dejanews DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Please help! DJGPP/RHIDE/undefined reference error Date: Sun, 09 May 1999 16:16:47 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 42 Message-ID: <7h4cde$gep$1@nnrp1.deja.com> References: NNTP-Posting-Host: 62.180.3.204 X-Article-Creation-Date: Sun May 09 16:16:47 1999 GMT X-Http-User-Agent: Mozilla/4.07 [de]C-pi 2.0.0.0 (Win95; I) X-Http-Proxy: 1.0 x12.dejanews.com:80 (Squid/1.1.22) for client 62.180.3.204 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Now I have solved my problems :-)) Thanks for the help. This dokument is for newbee users ( so as me ). You like to use a package of funktions that you get from the net. After your unziped the paket you try to run make and you only get many error messages about problems with opening direktories and fieles. There can be a very easy reason, you did use a unzip programm that dosnt create empty dirktorys (for example Winzip with standart settings ) You can use pkzip to exstrakt the files. It although dosnt create empty libraries, but it will schow you wehre it tried, so you can do it yourself. Then you have run make without an error and use Rhide to use the funktions in your programms, and even after you put the path of the package everywehre you can think of you always get the following error messages: undefined reference to `*.*` were *.* is for funktions you can see in the header files. Than you have to find the *.a ( library) file in your package and copy it to ...\Djgpp\Lib\ and afterwards rename it to lib*.a where * is a part of the original name ( max 5 letters ). Than you put the name of it in the librarys list in Rhide ( without lib before the name and .a afterwards ! ) and mark it. Than all the undefined reference messages are gone :-)) Hey to all ! What do you think ? Is it good to diskribe the complete solution of problems that i have after i solved it in the newsgroup ? Mail me if not! -- ----------------------------------------------------------------------- Sorry for my bad english, but I'am working on it :-) -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own