libtool and gcj

2002-02-23 Thread Anthony Green
I've been using a hacked version of libtool to build shared libraries of java code in with gcj. The one problem I had to work around is that libtool insists on adding "-DPIC" to the compilation line. gcj's -D is different from gcc and g++. My hack is to simply strip out the "-D". However - now

Re: Library coding standards question

2002-02-23 Thread Tim Mooney
In regard to: Library coding standards question, jks said (at 12:42am on...: >"Choose a name prefix for the library, more than two characters long. All >external function and variable names should start with this prefix. In >addition, there should only be one of these [one name prefix, one extern