[lazarus] error compiling testinet

Peter Vreman peter at freepascal.org
Tue May 9 11:24:49 EDT 2000


At 10:17 9-5-00, you wrote:
>Hi all,
>
>I was trying to compile and the testinet file, and found some interesting
>things. If at the DOS prompt I use:
>
>ppc386 testinet -Fu\pp\units\win32;\pp\source\packages\inet
>
>I get the following error:
>-: cannot find -lc
>testinet.pp(249,1) Warning: Error while linking
>Closing script ppas.bat
>248 Lines compiled, 1.5 sec
>
>If I use the fp editor, I get a response that it can't find the syswin32
>unit, although I have told it the correct directories to pass to the
>compiler, and I have built the rtl directory, and moved the units to the
>units directory.
>
>Can someone offer any suggestions?
The inet unit is only for linux, which always has a libc. Under win32 you 
need to install libc.a yourself, and i don't know if it supports the needed 
calls.

If you can adapt the inet unit for win32 also we would be happy to put the 
version in cvs.



Peter






More information about the Lazarus mailing list