Hi All
When I try to compile a program which source has suffix .dpr I get an eror message from linker:
$ gpc -s --borland-pascal -DGPC -DSOLARIS --unit-path=../obj -o accom accom.dpr ld: elf error: file accom.dpr: unknown type, unable to process using elf(3E) libraries ld: fatal: File processing errors. No output written to accom collect2: ld returned 1 exit status
Even if I exchange --borland-pascal for --object-pascal which seems to be Delphi compatibility mode, the story repeats. Is it GPC problem? Any ideas? ...besides changing filenames.
I'm using GPC dated 19991030 build on GCC 2.95.2 on Solaris 8 x86.
Thanks in advance for responses