Re: Compiling with mysql
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
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.