Hi Guy, 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 ?
See it committed. > 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 ... Package creation isn't in the scope of INSTALL, as I intentionally didn't want to complicate things with it (package creation isn't a requirement to create a usable *nix build). We should have another document describing package creation related topics. But, probably someone else will be a better candidate to give details on these, as I don't use them, and I don't understand how they work or why they work the way they do on different situations and distros. Otherwise it'd be good to have such doc to clear up any question regarding all the pkg creation variations we have. Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
