Hi,

- I notice a little bug with hbmk2 (debian lenny 5.0 - harbour svn 10781):

$ echo '? "hello"' > t.prg
$ hbmk2 t
hbmk: Processing configuration: /usr/bin/hbmk.cfg
Harbour 1.1.0dev (Rev. 10781)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 't.prg'...
Lines 1, Functions/Procedures 1
Generating C source output to 't.c'... Done.
/usr/bin/ld: cannot find -llibharbour
collect2: ld returned 1 exit status
hbmk: Error: Running C compiler. 256:
gcc t.c /tmp/hbmk_lzvh26.c -O3 -ot -I/usr/include/harbour -L/usr/lib/harbour -Wl,--start-group -llibharbour -lhbcplr -lhbdebug -Wl,--end-group


notice : -llibharbour
i suppose it must be -lharbour  ?

- Is-it possible to run hbmk2 *without executing anything*, only displaying the command lines ?

I think this feature would be very usefull.

- In the INSTALL file we can have the debian way (ubuntu,...) to install harbour :

-------
$ fakeroot sh mpkg_deb.sh
$ sudo dpkg -i ../harbour_1.*.deb

To test it type:
$ echo '? "Hello world!"' > hello.prg
$ ./hello
You should see 'Hello world!' on screen.
--------

we should add also the rpm way ...

Thanks,

Guy
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to