Peter Gerwinski wrote:
And `/usr/lib/gcc-lib/i386-redhat-linux/2.8.1/units/crt.pas' is in place?
Nothing, I don't have this, I don't understand.... => I installed gpc with the src.rpm (base and extra)
Then your `src.rpm' is incomplete. If this is the archive from `agnes.dida.physik.uni-essen.de' it should be complete. (I tend to remember to have checked that before uploading; however I cannot re-check right now because I am on holidays and have only a slow and very expensive connection to the Internet.)
I just checked it. I assume you mean gpc-19990118-1.src.rpm. It contains gpc-19990118.tar.gz which is a complete GPC source archive, including CRT and the other units.
Did you install GPC after building with `make install' or similar? If you just copied the compiler executables or something, you'll be missing the units, of course. In case the installation is done by the packaging utilities automatically (I didn't check this), maybe these scripts have to be adjusted...
But you can simply copy the units from the source archive to the directory named above, they're not modified in any way while building GPC.
Frank
Ok, I installed gpc with the tar.gz gived with the src.rpm, and it works !!!
But, I would know how compile without the --automake option, because xwpe-alpha or rhide don't permit to modify the basic command line... (and I don't want to make remplacement script, but if I dont' find something, i will do that..)
Thks for all, it was very cool to help me like that !!!
21-Dec-99 22:25 you wrote:
Ok, I installed gpc with the tar.gz gived with the src.rpm, and it works !!!
But, I would know how compile without the --automake option, because xwpe-alpha or rhide don't permit to modify the basic command line...
It's bad... But if you do not want to change crt.pas and/or crtc.c then you can compile crt.pas by hands once, put .o and .gpi files in <prefix>/lib/gcc-lib/<platform>/<version>/units and use gpc without --automake afterwards...
(and I don't want to make remplacement script, but if I dont' find something, i will do that..)
Thks for all, it was very cool to help me like that !!!