I've downloaded the GNU-pascal compiler and installed it correctly. The compiler works fine but if i want to use units in a program, i get a lot 'undefind reference' errors. Can anyone help me??? I'm using Suse Linux 6.4 on a dual-pentium 90Mhz with kernel 2.2.14-SMP
Thanks, Leon
Hi!
On Tue, Oct 31, 2000 at 09:28:47AM +0000, Winand Renkema wrote:
I've downloaded the GNU-pascal compiler and installed it correctly. The compiler works fine but if i want to use units in a program, i get a lot 'undefind reference' errors. Can anyone help me???
Did you use "--automake" as a command-line-parameter?
Example: gpc --automake foo.pas -ofoo
compiles your pascal-source foo.pas, automatically processes all used units and creates an executable named "foo".
Eike