Guillaume Rousse wrote:
Anyway, i took the 'official' gpc rpm found on gnu-pascal ftp site, and adapted it to current gpc-20011222 and gcc-2.95-3. However, some things have changed:
- there is now only one gpc binary, where they were epc, bpc, gpc and pc
before
- i had to add the following files and directories to make units work:
%{_prefix}/lib/gcc-lib/%{gcc_target_platform}/%{gcc_version}/cpp0 %{_prefix}/lib/gcc-lib/%{gcc_target_platform}/%{gcc_version}/cc1 %{_prefix}/lib/gcc-lib/%{gcc_target_platform}/%{gcc_version}/include %{_prefix}/lib/gcc-lib/%{gcc_target_platform}/%{gcc_version}/units
- gcc-cpp seems to be called gccpp now
That's correct.
Off course, if you're interested in the spec file, i can send it back :-)
Everything now seems to be fine, however, CRT extension doesn't work -(
I don't know. I've heard that some versions of some distributions (mostly RH, but perhaps also Mandrake) ship with a broken version of ncurses, but I don't know the details ATM. Does it make a difference if you try it on the console or in an xterm? Do other ncurses programs work?
Frank