Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: zouyu on September 06, 2005, 10:02:11 am

Title: new problemn on suse 64bit version!Thank you very much!
Post by: zouyu on September 06, 2005, 10:02:11 am
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libstdc++.so when searching for -lstdc++
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libstdc++.a when searching for -lstdc++
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
Compiling src/app.cpp...
src/resources/icons/app.xpm:2: warning: `char*app[44]' defined but not used
Compiling src/dlgabout.cpp...
Compiling src/dlgaboutplugin.cpp...
Compiling src/environmentsettingsdlg.cpp...
Compiling src/impexpconfig.cpp...
Compiling src/main.cpp...
Compiling src/prefix.c...
Compiling src/printdlg.cpp...
Compiling src/startherepage.cpp...
Linking executable devel/codeblocks.exe...
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libstdc++.so when searching for -lstdc++
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libstdc++.a when searching for -lstdc++
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s
/usr/lib64/libwx_gtk2_core-2.5.so: undefined reference to `gtk_icon_theme_load_icon'
/usr/lib64/libwx_gtk2_core-2.5.so: undefined reference to `gtk_icon_theme_get_default'
/usr/lib64/libwx_gtk2_core-2.5.so: undefined reference to `gdk_display_get_default_cursor_size'
/usr/lib64/libwx_gtk2_core-2.5.so: undefined reference to `pango_font_family_is_monospace'
/usr/lib64/libwx_gtk2_core-2.5.so: undefined reference to `gtk_button_set_alignment'
/usr/lib64/libwx_gtk2_core-2.5.so: undefined reference to `gtk_entry_set_alignment'
/usr/lib64/libwx_gtk2_adv-2.5.so: undefined reference to `g_return_if_fail_warning'
collect2: ld returned 1 exit status
make: *** [devel/codeblocks.exe] Error 1
Title: Re: new problemn on suse 64bit version!Thank you very much!
Post by: zouyu on September 09, 2005, 04:19:24 pm
Please help me to soluve this problemn.
how to fix it. which package is associate with libwx_gtk2_core-2.5.so?


Thank you very much!!
Title: Re: new problemn on suse 64bit version!Thank you very much!
Post by: mandrav on September 09, 2005, 06:30:34 pm
Try downloading codeblocks from CVS directly. It is now using autotools for building so it 'll be as simple as "./configure && make && make install" to get it working :)
Title: Re: new problemn on suse 64bit version!Thank you very much!
Post by: fiammy on September 13, 2005, 03:40:49 pm
Ah! that's good news. I'll have a go at it this evening then. I've been trying to get it to work properly these last few days, but I was blocked again and again with problems... On to Automake!

Just a question : is there a reason for choosing automake and family, contrary to Scons?

Thanks
Title: Re: new problemn on suse 64bit version!Thank you very much!
Post by: takeshimiya on September 13, 2005, 10:41:53 pm
RShadow was creating some SCons files

See here http://forums.codeblocks.org/index.php/topic,489.0.html and here http://forums.codeblocks.org/index.php/topic,525.0.html

However the autotools are more widely used, so they are the official supported ones (for now).
Title: Re: new problemn on suse 64bit version!Thank you very much!
Post by: fiammy on September 14, 2005, 06:12:04 pm
I admit I'm not really a guru when it comes to automake and autoconf and configure, but there seem to be files missing. Or I didn't do it right.

Could somebody describe step by step what to do to get the Linux version working all right? I'm using SuSE 9.3 AMD64

Thanks,
David
Title: Re: new problemn on suse 64bit version!Thank you very much!
Post by: grv575 on September 15, 2005, 05:56:35 am
If you downloaded CVS files, then start with
./bootstrap
This sets up the autotools environment.
Title: Re: new problemn on suse 64bit version!Thank you very much!
Post by: fiammy on September 20, 2005, 05:08:54 pm
Thanks. It seems that's normal behaviour for Autotools  :oops:

Well, I've learned something new :-)

Thanks