This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compiling jdbc drivers


> I don't see why not, if it is distributed under a suitably free
> license

com.jdbc.mysql is distributed under the GPL. Therefore, derivatives will
always be distributed under the ...

>>>> and provided someone offers to contribute/maintain it. 

RHUG is makefile based. 

I don't know makefiles. I know the make tool is a tradition, but to tell
you the truth, it didn't work for me. No fun. While all of this is more
or less my hobby.

So, I used to build native java with Ant; but after
numerous months of cursing the fact that the Ant tool is attuned to
bytecode building and not to native building, I wrote my own tool to
build native GCJ source trees. It generates bash-based building
instructions and figures out if target files are older/newer than source
files.

I enclose the generated, full-build, bash-based building instructions to
compile connector/J natively.

So, I'll maintain it, but not in makefile format, since I don't have it
in the first place (someone else's hobby).

Attachment: free-build.sh
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]