[gtkmm] Re: [Anjuta-devel] Please..Help!!..static linking in Anjuta
- From: "Vishal Modak" <whizvish80 rediffmail com>
- To: "Biswapesh Chattopadhyay" <biswapesh_chatterjee tcscal co in>
- Cc: gtkmm-list gnome org, anjuta-devel lists sourceforge net
- Subject: [gtkmm] Re: [Anjuta-devel] Please..Help!!..static linking in Anjuta
- Date: 28 Feb 2003 19:30:50 -0000
You can try 'ldd <Program Name>' to see which libraries is it
trying to
link with at run-time. Try it on both the host and target
machines.
here the ldd of my program ckm_gtkmm2 on host machine
compiler flag= -static
linker flag=
[root alphacentauri src]# ldd ckm_gtkmm2_v1
libdl.so.2 => /lib/libdl.so.2 (0x4002d000)
libm.so.6 => /lib/libm.so.6 (0x40031000)
libc.so.6 => /lib/libc.so.6 (0x40053000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
here the ldd of my program ckm_gtkmm2 on target machine
[vishal stars ~]$ ldd ckm_gtkmm2_v1
./ckm_gtkmm2_v1: /lib/libc.so.6: version `GLIBC_2.2.3' not found
(required by ./ckm_gtkmm2_v1)
./ckm_gtkmm2_v1: /lib/libc.so.6: version `GLIBC_2.2' not found
(required by ./ckm_gtkmm2_v1)
libdl.so.2 => /lib/libdl.so.2 (0x4001b000)
libm.so.6 => /lib/libm.so.6 (0x4001f000)
libc.so.6 => /lib/libc.so.6 (0x4003c000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
now this when i give -all-static to the linker flag
on the target machine
----------------------------------------
[vishal stars ~]$ ./ckm_gtkmm2
ckm_gtkmm2:6749): Gtk-WARNING **: locale not supported C library
ckm_gtkmm2:6749): Gdk-WARNING **: locale not supported by Xlib
(ckm_gtkmm2:6749): Gdk-WARNING **: can not set locale modifiers
** (ckm_gtkmm2:6749): WARNING **: No builtin or dynamically loaded
modules
were found. Pango will not work correctly. This probably means
there was an error in the creation of:
'/usr/local/etc/pango/pango.modules'
You may be able to recreate this file by running
pango-querymodules.
** (ckm_gtkmm2:6749): WARNING **: Couldn't load font "Sans 10"
falling back to "Sans 10"
** (ckm_gtkmm2:6749): WARNING **: Couldn't load font "Sans 10"
falling back to "Sans 10"
** (ckm_gtkmm2:6749): WARNING **: All font failbacks failed!!!!
i tried the pango-querymodules but didnt work..
this the ldd of the the same program on host machine
-----------------------------------------------------------------
[root alphacentauri src]# ldd ckm_gtkmm2
not a dynamic executable
so can u please explain to me in detail exactly whats my
problem..if its a locale problem of the target compiler..then how
do i set the locale..if i want to run my static executable ..u i
want my program to portable to any linux machine..will i have to
write to a separte script..for it
thanking you
Regards
Vishal Modak
Dept. of Computer and Information Science
Univ. Of South Alabama
Mobile, AL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]