On Thu, May 02, 2002 at 10:49:45AM +0200, Silvio a Beccara wrote:
I'm trying to write a wrapper unit (called mpichwrap.pas) for the MPICH parallel programming library, with the same aim as for the LAM-MPI. When trying to compile a simple test program, called Prova9, with the command: gpc -L/fastcl/mpich-1.2.2/lib/ prova9.pas -o prova9
Try gpc --automake -L/fastcl/mpich-1.2.2/lib/ prova9.pas -o prova9
Eike