Build precise queries to find exactly what you need
Press ESC to close
@homer78
Member Since: March 11, 2011
Favorites0
Views
Projects0
Hi, i have the same problems as hlustik. So i wanted to recompile the plugin but got the following problems: javac check_as400_lang.java /usr/lib/gcc/i586-suse-linux/4.5/../../../crt1.o: In function `_start': /usr/src/packages/BUILD/glibc-2.11.2/csu/../sysdeps/i386/elf/start.S:115: undefined reference to `main' collect2: ld returned 1 exit status javac check_as400.java check_as400.java:562: warning: The local variable newStart is never read int index=0,start=-1,newStart=0; ^^^^^^^^ 1 problem (1 warning) /usr/lib/gcc/i586-suse-linux/4.5/../../../crt1.o: In function `_start': /usr/src/packages/BUILD/glibc-2.11.2/csu/../sysdeps/i386/elf/start.S:115: undefined reference to `main' /tmp/ccP8HXmU.o: In function `void check_as400::main(JArray*)': ccJjSfTx.jar:(.text+0x28e6): undefined reference to `check_as400_cmd_vars::class$' ccJjSfTx.jar:(.text+0x28f5): undefined reference to `check_as400_cmd_vars::check_as400_cmd_vars()' ccJjSfTx.jar:(.text+0x2903): undefined reference to `check_as400_lang::class$' ccJjSfTx.jar:(.text+0x2912): undefined reference to `check_as400_lang::check_as400_lang()' /tmp/ccP8HXmU.o:(.data+0x104): undefined reference to `check_as400_cmd_vars::class$' /tmp/ccP8HXmU.o:(.data+0x114): undefined reference to `check_as400_lang::class$' collect2: ld returned 1 exit status check_as400.java:562: warning: The local variable newStart is never read int index=0,start=-1,newStart=0; ^^^^^^^^ 1 problem (1 warning) Did i forgot to install something? thanks, homer78
Reviewed 15 years ago