Intro  Base  More  Read  Use  Last 30  60  90  All Articles  RSS


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: atk-1.26.0   Print


Base Nav: first previous next last All Tab 2 spacerspacer
Source code is available here.

Run these commands:

ldconfig &&
cd /sources/ &&
rm -rf atk-1.26.0 &&
tar -xjf atk-1.26.0.tar.bz2 &&
cd atk-1.26.0 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install

The output should look something like this:

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output...
/bin/sed
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc...
/usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is
GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload
object files... -r
checking for BSD-compatible nm... /bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
.
.
.
installing pa.gmo as
/usr/share/locale/pa/LC_MESSAGES/atk10.mo
installing pl.gmo as
/usr/share/locale/pl/LC_MESSAGES/atk10.mo
installing ps.gmo as
/usr/share/locale/ps/LC_MESSAGES/atk10.mo
installing pt.gmo as
/usr/share/locale/pt/LC_MESSAGES/atk10.mo
installing pt_BR.gmo as
/usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo
installing ro.gmo as
/usr/share/locale/ro/LC_MESSAGES/atk10.mo
installing ru.gmo as
/usr/share/locale/ru/LC_MESSAGES/atk10.mo
installing rw.gmo as
/usr/share/locale/rw/LC_MESSAGES/atk10.mo
installing si.gmo as
/usr/share/locale/si/LC_MESSAGES/atk10.mo
installing sk.gmo as
/usr/share/locale/sk/LC_MESSAGES/atk10.mo
installing sl.gmo as
/usr/share/locale/sl/LC_MESSAGES/atk10.mo
installing sq.gmo as
/usr/share/locale/sq/LC_MESSAGES/atk10.mo
installing sr.gmo as
/usr/share/locale/sr/LC_MESSAGES/atk10.mo
installing sr@latin.gmo as
/usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo
installing sr@ije.gmo as
/usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo
installing sv.gmo as
/usr/share/locale/sv/LC_MESSAGES/atk10.mo
installing ta.gmo as
/usr/share/locale/ta/LC_MESSAGES/atk10.mo
installing te.gmo as
/usr/share/locale/te/LC_MESSAGES/atk10.mo
installing th.gmo as
/usr/share/locale/th/LC_MESSAGES/atk10.mo
installing tk.gmo as
/usr/share/locale/tk/LC_MESSAGES/atk10.mo
installing tr.gmo as
/usr/share/locale/tr/LC_MESSAGES/atk10.mo
installing tt.gmo as
/usr/share/locale/tt/LC_MESSAGES/atk10.mo
installing ug.gmo as
/usr/share/locale/ug/LC_MESSAGES/atk10.mo
installing uk.gmo as
/usr/share/locale/uk/LC_MESSAGES/atk10.mo
installing vi.gmo as
/usr/share/locale/vi/LC_MESSAGES/atk10.mo
installing wa.gmo as
/usr/share/locale/wa/LC_MESSAGES/atk10.mo
installing xh.gmo as
/usr/share/locale/xh/LC_MESSAGES/atk10.mo
installing yi.gmo as
/usr/share/locale/yi/LC_MESSAGES/atk10.mo
installing zh_CN.gmo as
/usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo
installing zh_HK.gmo as
/usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo
installing zh_TW.gmo as
/usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo
if test ""atk"" = ""glib""; then \
  if test -r "".././mkinstalldirs""; then \
    .././mkinstalldirs /usr/share/glib-2.0/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs
/usr/share/glib-2.0/gettext/po; \
  fi; \
  /bin/install -c -m 644 ./Makefile.in.in \
		 
/usr/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[1]: Leaving directory `/sources/atk-1.26.0/po'
make[1]: Entering directory `/sources/atk-1.26.0'
make[2]: Entering directory `/sources/atk-1.26.0'
make[2]: Nothing to be done for `install-exec-am'.
test -z ""/usr/lib/pkgconfig"" || /bin/mkdir -p
""/usr/lib/pkgconfig""
 /bin/install -c -m 644 'atk.pc'
'/usr/lib/pkgconfig/atk.pc'
make[2]: Leaving directory `/sources/atk-1.26.0'
make[1]: Leaving directory `/sources/atk-1.26.0'


~~~
Please read our Terms of Use and our Privacy Policy
A tip o' the hat to the folks at Linux From Scratch, who provided a lot of the know-how and framing for the NoNIC OS.

Copyright 2006-2009 NoNIC.org

Created by:
MCJ
MCJ CMS