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 with mysql


ezer wrote:
> New try:
> 
> I generated mysql-connector-java-5.0.8-bin.o
> and used it in the compilation of the program
> gcj --main=Search --classpath=mysql-connector-java-5.0.8-bin.o  Searcher.jar
> -o search
> 
> It compiles without errors, but when i execute ./search i get segmentation
> fault
> 
> I dont know what to do.. help please...

the key problem here is that you haven't told us *exactly* what you are
doing.  We need to know if we can help you.

http://www.catb.org/~esr/faqs/smart-questions.html

Andrew.



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