![]() |
| | #1 |
| Registered User Join Date: Jun 2009
Posts: 1
| GCJ i am tring to compile a jar file using gcj45 under freebsd thisduring compilation it gives me the a lot of undefined reference errors like : /var/tmp//cc1e9TFE.o(.data+0x844): undefined reference to `org::apache::log4j::Logger::class$' /var/tmp//cc1e9TFE.o(.data+0xafc): undefined reference to `org::apache::log4j::Logger::class$' /var/tmp//cc1e9TFE.o(.data+0xc8c): undefined reference to `org::apache::log4j::Logger::class$' /var/tmp//cc1e9TFE.o(.data+0x1854): undefined reference to `org::apache::log4j::Logger::class$' /var/tmp//cc1e9TFE.o(.data+0x1b10): undefined reference to `org::apache::log4j::Logger::class$' do any now know how to solve that problem . Thanks and best regards Hegazy |
| mhegazy is offline | |
| | #2 |
| Super Moderator Join Date: Sep 2001
Posts: 4,746
| Moved to the Tech board - GCJ has nothing to do with C++ |
| sean is offline | |
| | #3 |
| Cat without Hat Join Date: Apr 2003
Posts: 8,492
| Do you have the log4j jar available and compiled?
__________________ All the buzzt! CornedBee"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code." - Flon's Law |
| CornedBee is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GCJ & GCC, MingW | @nthony | General Discussions | 8 | 09-12-2007 03:23 AM |