From: Bob D. <bd...@si...> - 2003-12-11 01:34:24
|
Hi, Patch looks good Would you be so kind as to read this stuff http://rlib.sicompos.com/community.php and then sign http://rlib.sicompos.com/copyright_form.pdf and send it to/ or fax it to us... Fax is 215-489-2769 We have the dual license for many purposes... aside from the legal mumbo jumbo.. we also sell commercial licenses for rlib (if you code is not GPL'd...) basically you give us copyright.. and we give it right back to you.. this is the same deal is (Ximian, Troll Tech (QT), mysql, open office.... ) Your code will always be GPL'd.. and SICOM does all RLIB work publically in sourceforge's CVS.. and we have no non GPL'd code add on's or anything Also.. getting into debian would be great.. thanks for your help! P.S.. I'm not the only rlib developer anymore so in the future I prefer that we keep things on list.. :) - Bob On Wed, 2003-12-10 at 19:13, Mario Teijeiro Otero wrote: > Hello, > > I found a small bug on rlib. If I compile with: > > $ cd rlib-1.1.5 > $ mkdir obj-i386 > $ cd obj-i386 > $ ../configure --prefix=/usr > $ make > > The compilation failure on input/mysql/ and others because > the compiler find the headers in -L${top_srcdir}/libsrc/ > (...../rlib-1.1.5/libsrc) and not in -L${top_builddir}/libsrc/ > (...../rlib-1.1.5/obj-i386/libsrc). > > This patch only changes one line on all Makefile.am. > > I'm working on build a package for debian system. If you consider > opportune I can send you the patch with this too. > > Bye |