View previous topic :: View next topic |
Author |
Message |
r0bertz Retired Dev
Joined: 13 Sep 2004 Posts: 257 Location: HKSAR,China
|
Posted: Fri Apr 15, 2005 9:14 am Post subject: emerged scim doesn't work, manually compiled ok |
|
|
what can be the reason?
LDFLAGS?
the following is the difference between emerge produced Makefile and manually produced Makefile
Code: | [root@adriano scim-1.2.1] # diff Makefile.emerge Makefile.manually
25c25
< INSTALL = /usr/bin/install -c
---
> INSTALL = /bin/install -c
109c109
< AR = ar
---
> AR = i686-pc-linux-gnu-ar
118c118
< CC = gcc
---
> CC = i686-pc-linux-gnu-gcc
120c120
< CFLAGS = -g -O2 -g
---
> CFLAGS = -O2 -march=pentium-m -fomit-frame-pointer -pipe
123c123
< CPP = gcc -E
---
> CPP = i686-pc-linux-gnu-gcc -E
125,126c125,126
< CXX = g++
< CXXCPP = g++ -E
---
> CXX = i686-pc-linux-gnu-g++
> CXXCPP = i686-pc-linux-gnu-g++ -E
128c128
< CXXFLAGS = -g -O2 -g
---
> CXXFLAGS = -O2 -march=pentium-m -fomit-frame-pointer -pipe
142c142
< F77 = g77
---
> F77 = i686-pc-linux-gnu-g77
203c203
< LDFLAGS =
---
> LDFLAGS = -Wl,-O1 -Wl,-z,now
231c231
< RANLIB = ranlib
---
> RANLIB = i686-pc-linux-gnu-ranlib
271,272c271,272
< SCIM_DATADIR = ${prefix}/share/scim
< SCIM_ICONDIR = ${prefix}/share/scim/icons
---
> SCIM_DATADIR = /usr/share/scim
> SCIM_ICONDIR = /usr/share/scim/icons
274c274
< SCIM_LOCALEDIR = ${prefix}/share/locale
---
> SCIM_LOCALEDIR = /usr/share/locale
280c280
< SCIM_SYSCONFDIR = ${prefix}/etc
---
> SCIM_SYSCONFDIR = /etc
285c285
< STRIP = strip
---
> STRIP = i686-pc-linux-gnu-strip
299,304c299,304
< ac_ct_AR = ar
< ac_ct_CC = gcc
< ac_ct_CXX = g++
< ac_ct_F77 = g77
< ac_ct_RANLIB = ranlib
< ac_ct_STRIP = strip
---
> ac_ct_AR =
> ac_ct_CC =
> ac_ct_CXX =
> ac_ct_F77 =
> ac_ct_RANLIB =
> ac_ct_STRIP =
320c320
< datadir = ${prefix}/share
---
> datadir = /usr/share
323c323
< host_alias =
---
> host_alias = i686-pc-linux-gnu
328c328
< infodir = ${prefix}/info
---
> infodir = /usr/share/info
332,333c332,333
< localstatedir = ${prefix}/var
< mandir = ${prefix}/man
---
> localstatedir = /var/lib
> mandir = /usr/share/man
340c340
< sysconfdir = ${prefix}/etc
---
> sysconfdir = /etc
|
Last edited by r0bertz on Sun Apr 17, 2005 9:50 am; edited 1 time in total |
|
Back to top |
|
|
liuspider Apprentice
Joined: 03 Feb 2003 Posts: 237
|
Posted: Fri Apr 15, 2005 2:18 pm Post subject: |
|
|
you'd better post the error output from emerge _________________ BLOG: http://liucougar.scim-im.org |
|
Back to top |
|
|
r0bertz Retired Dev
Joined: 13 Sep 2004 Posts: 257 Location: HKSAR,China
|
Posted: Fri Apr 15, 2005 4:49 pm Post subject: |
|
|
sorry, it should be "emerged scim doesn't work"
after emerge, when i try to start it as follows:
It failed to load x11 FrontEnd module
after i manually compile and install scim
it works perfectly |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|