C:\>bcc32 -tWD -DWIN32 -I"c:\perl\lib\CORE" -L"C:\borland\bcc55\lib" C:\perl\ lib\CORE\perl58.lib C:\borland\bcc55\lib\import32.lib C:\borland\bcc55\lib\cw32m ti.lib perl_inc.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland perl_inc.c: Warning W8070 perl_inc.c 14: Function should return a value in function main Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland C:\> #### # Essentially we pass all the same -D defines that perl was built with plus # the include dir to find the perl headers and the perl56.lib binary which is # what where the real functions defined in the headers are found and what we # will be linking against........