On a sunny day (Wed, 10 Mar 2004 22:30:33 GMT) it happened "Phil Frisbie, Jr."
<(E-Mail Removed)> wrote in <dGM3c.7617$_(E-Mail Removed)>:
>Jan Panteltje wrote:
>
>> On a sunny day (Wed, 10 Mar 2004 19:00:43 GMT) it happened "Phil Frisbie, Jr."
>> <(E-Mail Removed)> wrote in <vBJ3c.7577$_(E-Mail Removed)>:
>>
>>
>> You do not seems to provide a Linux version, only a windows delphi and mac
>> version in
>> hawk/hawknl1.68/samples/
>> ?
>
>All those samples compile fine on Linux. I have just need too busy/lazy to
>create a makefile to automatically compile them 
>
>How about this... After you run 'make', change to the /samples/ directory and to
>compile the first sample use this command line:
>
>gcc -O2 async.c -o async /src/LibNL.a -lpthread
That did not do it, but this did:
gcc -O2 async.c -o async ../src/libNL.so.1.6.8 -lpthread
OK i did them all, ran some tests on my local http server (not online now).
../getfile localhost /panteltje/gallaxy.gif q1.gif
galaxy.gif is
-rw-r--r-- 1 root root 43482 Aug 24 2001 gallaxy.gif
After the above getfile i get:
Server: Apache/1.3.19 (Unix) (SuSE/Linux) mod_throttle/3.0 mod_layout/1.0 mod_fastcgi/2.2.2 mod_dtcl
Last-Modified: Fri, 24 Aug 2001 19:14:13 GMT
ETag: "bb7da-a9da-3b86a785"
Accept-Ranges: bytes
Content-Length: 43482
Connection: close
Content-Type: image/gif
-rw------- 1 root root 43483 Mar 11 02:20 q1.gif
So one extra FREE byte, but the file is corrupted and does not display.
You can see the same online at
http://www.home.zonnet.nl/panteltje/gallaxy.gif
The site displays OK, so does my local server.
Just testing :-)