من اول باید برنامه رو کامپایل کنم؟ بعد بسته دبیان رو بسازم؟ درسته!؟ برای کامپایل برنامه امیر پکیجای زیر رو لازم دارم.
No package 'gtk+-2.0' found
No package 'libglade-2.0' found
No package 'sqlite3' found
سرچ کردم. بسته اولی اسمش در اوبونتو libgtk2.0-dev هست.
دومی اسمش libglade2-dev هست.
سومی هم libsqlite3-dev هست.
خوب همه رو نصب کردم . تا اینجا دستور configure رو پشت سر گذاشتیم.
خروجی دستور configure
enghezi@enghezi-desktop:~/Desktop/amir05-beta$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
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/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize 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
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gthread... yes
checking for INTI... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/kernel/Makefile
config.status: creating src/about/Makefile
config.status: creating src/good/Makefile
config.status: creating src/person/Makefile
config.status: creating src/service/Makefile
config.status: creating src/bank/Makefile
config.status: creating src/cheque/Makefile
config.status: creating src/setting/Makefile
config.status: creating src/init/Makefile
config.status: creating src/factor/Makefile
config.status: creating src/finance/Makefile
config.status: creating src/report/Makefile
config.status: creating src/barcode/Makefile
config.status: creating src/event/Makefile
config.status: creating src/notebook/Makefile
config.status: creating src/toolbar/Makefile
config.status: creating src/find/Makefile
config.status: creating aldata/Makefile
config.status: creating config.h
config.status: executing depfiles commands
می خواستم ببینم برای ساختن بسته دبیان باید به خروجی این دستور توجه کنم؟
یا به خروجی دستور make باید نگاه کنم؟
یا باید به خروجی دستور make install نگاه کنم؟
Making install in src
make[1]: Entering directory `/home/enghezi/Desktop/amir05-beta/src'
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta'
Making install in kernel
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/kernel'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/kernel'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirkernel.la' '/usr/lib/amir/module/libamirkernel.la'
/usr/bin/install -c .libs/libamirkernel.so.0.0.0 /usr/lib/amir/module/libamirkernel.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirkernel.so.0.0.0 libamirkernel.so.0 || { rm -f libamirkernel.so.0 && ln -s libamirkernel.so.0.0.0 libamirkernel.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirkernel.so.0.0.0 libamirkernel.so || { rm -f libamirkernel.so && ln -s libamirkernel.so.0.0.0 libamirkernel.so; }; })
/usr/bin/install -c .libs/libamirkernel.lai /usr/lib/amir/module/libamirkernel.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/kernel'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/kernel'
Making install in about
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/about'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/about'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirabout.la' '/usr/lib/amir/module/libamirabout.la'
/usr/bin/install -c .libs/libamirabout.so.0.0.0 /usr/lib/amir/module/libamirabout.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirabout.so.0.0.0 libamirabout.so.0 || { rm -f libamirabout.so.0 && ln -s libamirabout.so.0.0.0 libamirabout.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirabout.so.0.0.0 libamirabout.so || { rm -f libamirabout.so && ln -s libamirabout.so.0.0.0 libamirabout.so; }; })
/usr/bin/install -c .libs/libamirabout.lai /usr/lib/amir/module/libamirabout.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/about'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/about'
Making install in good
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/good'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/good'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirgood.la' '/usr/lib/amir/module/libamirgood.la'
/usr/bin/install -c .libs/libamirgood.so.0.0.0 /usr/lib/amir/module/libamirgood.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirgood.so.0.0.0 libamirgood.so.0 || { rm -f libamirgood.so.0 && ln -s libamirgood.so.0.0.0 libamirgood.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirgood.so.0.0.0 libamirgood.so || { rm -f libamirgood.so && ln -s libamirgood.so.0.0.0 libamirgood.so; }; })
/usr/bin/install -c .libs/libamirgood.lai /usr/lib/amir/module/libamirgood.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/good'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/good'
Making install in person
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/person'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/person'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirperson.la' '/usr/lib/amir/module/libamirperson.la'
/usr/bin/install -c .libs/libamirperson.so.0.0.0 /usr/lib/amir/module/libamirperson.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirperson.so.0.0.0 libamirperson.so.0 || { rm -f libamirperson.so.0 && ln -s libamirperson.so.0.0.0 libamirperson.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirperson.so.0.0.0 libamirperson.so || { rm -f libamirperson.so && ln -s libamirperson.so.0.0.0 libamirperson.so; }; })
/usr/bin/install -c .libs/libamirperson.lai /usr/lib/amir/module/libamirperson.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/person'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/person'
Making install in service
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/service'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/service'
make[4]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[4]: Leaving directory `/home/enghezi/Desktop/amir05-beta'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirservice.la' '/usr/lib/amir/module/libamirservice.la'
/usr/bin/install -c .libs/libamirservice.so.0.0.0 /usr/lib/amir/module/libamirservice.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirservice.so.0.0.0 libamirservice.so.0 || { rm -f libamirservice.so.0 && ln -s libamirservice.so.0.0.0 libamirservice.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirservice.so.0.0.0 libamirservice.so || { rm -f libamirservice.so && ln -s libamirservice.so.0.0.0 libamirservice.so; }; })
/usr/bin/install -c .libs/libamirservice.lai /usr/lib/amir/module/libamirservice.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/service'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/service'
Making install in bank
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/bank'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/bank'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirbank.la' '/usr/lib/amir/module/libamirbank.la'
/usr/bin/install -c .libs/libamirbank.so.0.0.0 /usr/lib/amir/module/libamirbank.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirbank.so.0.0.0 libamirbank.so.0 || { rm -f libamirbank.so.0 && ln -s libamirbank.so.0.0.0 libamirbank.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirbank.so.0.0.0 libamirbank.so || { rm -f libamirbank.so && ln -s libamirbank.so.0.0.0 libamirbank.so; }; })
/usr/bin/install -c .libs/libamirbank.lai /usr/lib/amir/module/libamirbank.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/bank'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/bank'
Making install in setting
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/setting'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/setting'
make[4]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[4]: Leaving directory `/home/enghezi/Desktop/amir05-beta'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirsetting.la' '/usr/lib/amir/module/libamirsetting.la'
/usr/bin/install -c .libs/libamirsetting.so.0.0.0 /usr/lib/amir/module/libamirsetting.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirsetting.so.0.0.0 libamirsetting.so.0 || { rm -f libamirsetting.so.0 && ln -s libamirsetting.so.0.0.0 libamirsetting.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirsetting.so.0.0.0 libamirsetting.so || { rm -f libamirsetting.so && ln -s libamirsetting.so.0.0.0 libamirsetting.so; }; })
/usr/bin/install -c .libs/libamirsetting.lai /usr/lib/amir/module/libamirsetting.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/setting'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/setting'
Making install in init
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/init'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/init'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirinit.la' '/usr/lib/amir/module/libamirinit.la'
/usr/bin/install -c .libs/libamirinit.so.0.0.0 /usr/lib/amir/module/libamirinit.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirinit.so.0.0.0 libamirinit.so.0 || { rm -f libamirinit.so.0 && ln -s libamirinit.so.0.0.0 libamirinit.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirinit.so.0.0.0 libamirinit.so || { rm -f libamirinit.so && ln -s libamirinit.so.0.0.0 libamirinit.so; }; })
/usr/bin/install -c .libs/libamirinit.lai /usr/lib/amir/module/libamirinit.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/init'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/init'
Making install in factor
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/factor'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/factor'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirfactor.la' '/usr/lib/amir/module/libamirfactor.la'
/usr/bin/install -c .libs/libamirfactor.so.0.0.0 /usr/lib/amir/module/libamirfactor.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirfactor.so.0.0.0 libamirfactor.so.0 || { rm -f libamirfactor.so.0 && ln -s libamirfactor.so.0.0.0 libamirfactor.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirfactor.so.0.0.0 libamirfactor.so || { rm -f libamirfactor.so && ln -s libamirfactor.so.0.0.0 libamirfactor.so; }; })
/usr/bin/install -c .libs/libamirfactor.lai /usr/lib/amir/module/libamirfactor.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/factor'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/factor'
Making install in finance
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/finance'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/finance'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirfinance.la' '/usr/lib/amir/module/libamirfinance.la'
/usr/bin/install -c .libs/libamirfinance.so.0.0.0 /usr/lib/amir/module/libamirfinance.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirfinance.so.0.0.0 libamirfinance.so.0 || { rm -f libamirfinance.so.0 && ln -s libamirfinance.so.0.0.0 libamirfinance.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirfinance.so.0.0.0 libamirfinance.so || { rm -f libamirfinance.so && ln -s libamirfinance.so.0.0.0 libamirfinance.so; }; })
/usr/bin/install -c .libs/libamirfinance.lai /usr/lib/amir/module/libamirfinance.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/finance'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/finance'
Making install in cheque
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/cheque'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/cheque'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamircheque.la' '/usr/lib/amir/module/libamircheque.la'
/usr/bin/install -c .libs/libamircheque.so.0.0.0 /usr/lib/amir/module/libamircheque.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamircheque.so.0.0.0 libamircheque.so.0 || { rm -f libamircheque.so.0 && ln -s libamircheque.so.0.0.0 libamircheque.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamircheque.so.0.0.0 libamircheque.so || { rm -f libamircheque.so && ln -s libamircheque.so.0.0.0 libamircheque.so; }; })
/usr/bin/install -c .libs/libamircheque.lai /usr/lib/amir/module/libamircheque.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/cheque'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/cheque'
Making install in report
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/report'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/report'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirreport.la' '/usr/lib/amir/module/libamirreport.la'
/usr/bin/install -c .libs/libamirreport.so.0.0.0 /usr/lib/amir/module/libamirreport.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirreport.so.0.0.0 libamirreport.so.0 || { rm -f libamirreport.so.0 && ln -s libamirreport.so.0.0.0 libamirreport.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirreport.so.0.0.0 libamirreport.so || { rm -f libamirreport.so && ln -s libamirreport.so.0.0.0 libamirreport.so; }; })
/usr/bin/install -c .libs/libamirreport.lai /usr/lib/amir/module/libamirreport.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/report'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/report'
Making install in barcode
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/barcode'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/barcode'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirbarcode.la' '/usr/lib/amir/module/libamirbarcode.la'
/usr/bin/install -c .libs/libamirbarcode.so.0.0.0 /usr/lib/amir/module/libamirbarcode.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirbarcode.so.0.0.0 libamirbarcode.so.0 || { rm -f libamirbarcode.so.0 && ln -s libamirbarcode.so.0.0.0 libamirbarcode.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirbarcode.so.0.0.0 libamirbarcode.so || { rm -f libamirbarcode.so && ln -s libamirbarcode.so.0.0.0 libamirbarcode.so; }; })
/usr/bin/install -c .libs/libamirbarcode.lai /usr/lib/amir/module/libamirbarcode.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/barcode'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/barcode'
Making install in event
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/event'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/event'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirevent.la' '/usr/lib/amir/module/libamirevent.la'
/usr/bin/install -c .libs/libamirevent.so.0.0.0 /usr/lib/amir/module/libamirevent.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirevent.so.0.0.0 libamirevent.so.0 || { rm -f libamirevent.so.0 && ln -s libamirevent.so.0.0.0 libamirevent.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirevent.so.0.0.0 libamirevent.so || { rm -f libamirevent.so && ln -s libamirevent.so.0.0.0 libamirevent.so; }; })
/usr/bin/install -c .libs/libamirevent.lai /usr/lib/amir/module/libamirevent.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/event'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/event'
Making install in notebook
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/notebook'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/notebook'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirnotebook.la' '/usr/lib/amir/module/libamirnotebook.la'
/usr/bin/install -c .libs/libamirnotebook.so.0.0.0 /usr/lib/amir/module/libamirnotebook.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirnotebook.so.0.0.0 libamirnotebook.so.0 || { rm -f libamirnotebook.so.0 && ln -s libamirnotebook.so.0.0.0 libamirnotebook.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirnotebook.so.0.0.0 libamirnotebook.so || { rm -f libamirnotebook.so && ln -s libamirnotebook.so.0.0.0 libamirnotebook.so; }; })
/usr/bin/install -c .libs/libamirnotebook.lai /usr/lib/amir/module/libamirnotebook.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/notebook'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/notebook'
Making install in toolbar
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/toolbar'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/toolbar'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirtoolbar.la' '/usr/lib/amir/module/libamirtoolbar.la'
/usr/bin/install -c .libs/libamirtoolbar.so.0.0.0 /usr/lib/amir/module/libamirtoolbar.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirtoolbar.so.0.0.0 libamirtoolbar.so.0 || { rm -f libamirtoolbar.so.0 && ln -s libamirtoolbar.so.0.0.0 libamirtoolbar.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirtoolbar.so.0.0.0 libamirtoolbar.so || { rm -f libamirtoolbar.so && ln -s libamirtoolbar.so.0.0.0 libamirtoolbar.so; }; })
/usr/bin/install -c .libs/libamirtoolbar.lai /usr/lib/amir/module/libamirtoolbar.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/toolbar'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/toolbar'
Making install in find
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/find'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src/find'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/amir/module" || mkdir -p -- "/usr/lib/amir/module"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libamirfind.la' '/usr/lib/amir/module/libamirfind.la'
/usr/bin/install -c .libs/libamirfind.so.0.0.0 /usr/lib/amir/module/libamirfind.so.0.0.0
(cd /usr/lib/amir/module && { ln -s -f libamirfind.so.0.0.0 libamirfind.so.0 || { rm -f libamirfind.so.0 && ln -s libamirfind.so.0.0.0 libamirfind.so.0; }; })
(cd /usr/lib/amir/module && { ln -s -f libamirfind.so.0.0.0 libamirfind.so || { rm -f libamirfind.so && ln -s libamirfind.so.0.0.0 libamirfind.so; }; })
/usr/bin/install -c .libs/libamirfind.lai /usr/lib/amir/module/libamirfind.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/amir/module
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/amir/module
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/find'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src/find'
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/src'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta/src'
make[4]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[4]: Leaving directory `/home/enghezi/Desktop/amir05-beta'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'amir' '/usr/local/bin/amir'
/usr/bin/install -c amir /usr/local/bin/amir
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src'
make[1]: Leaving directory `/home/enghezi/Desktop/amir05-beta/src'
Making install in aldata
make[1]: Entering directory `/home/enghezi/Desktop/amir05-beta/aldata'
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta'
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta/aldata'
make[3]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[3]: Leaving directory `/home/enghezi/Desktop/amir05-beta'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/amir05b" || mkdir -p -- "/usr/local/share/amir05b"
/usr/bin/install -c -m 644 '128.png' '/usr/local/share/amir05b/128.png'
/usr/bin/install -c -m 644 '128b.png' '/usr/local/share/amir05b/128b.png'
/usr/bin/install -c -m 644 'bg.xpm' '/usr/local/share/amir05b/bg.xpm'
/usr/bin/install -c -m 644 'fact.glade' '/usr/local/share/amir05b/fact.glade'
/usr/bin/install -c -m 644 'image1.png' '/usr/local/share/amir05b/image1.png'
/usr/bin/install -c -m 644 'logo.png' '/usr/local/share/amir05b/logo.png'
/usr/bin/install -c -m 644 'standard.glade' '/usr/local/share/amir05b/standard.glade'
/usr/bin/install -c -m 644 'window.glade' '/usr/local/share/amir05b/window.glade'
/usr/bin/install -c -m 644 'buy.png' '/usr/local/share/amir05b/buy.png'
/usr/bin/install -c -m 644 'sell.png' '/usr/local/share/amir05b/sell.png'
/usr/bin/install -c -m 644 'service.png' '/usr/local/share/amir05b/service.png'
/usr/bin/install -c -m 644 'pay_cheque.png' '/usr/local/share/amir05b/pay_cheque.png'
/usr/bin/install -c -m 644 'bes.png' '/usr/local/share/amir05b/bes.png'
/usr/bin/install -c -m 644 'event.png' '/usr/local/share/amir05b/event.png'
/usr/bin/install -c -m 644 'khadamat.glade' '/usr/local/share/amir05b/khadamat.glade'
/usr/bin/install -c -m 644 'notebook.glade' '/usr/local/share/amir05b/notebook.glade'
/usr/bin/install -c -m 644 'start.png' '/usr/local/share/amir05b/start.png'
/usr/bin/install -c -m 644 'report.glade' '/usr/local/share/amir05b/report.glade'
/usr/bin/install -c -m 644 'book.png' '/usr/local/share/amir05b/book.png'
/usr/bin/install -c -m 644 'book2.png' '/usr/local/share/amir05b/book2.png'
/usr/bin/install -c -m 644 'accounting.png' '/usr/local/share/amir05b/accounting.png'
/usr/bin/install -c -m 644 'book3.png' '/usr/local/share/amir05b/book3.png'
/usr/bin/install -c -m 644 'taraz.png' '/usr/local/share/amir05b/taraz.png'
/usr/bin/install -c -m 644 'bef.png' '/usr/local/share/amir05b/bef.png'
/usr/bin/install -c -m 644 'search.png' '/usr/local/share/amir05b/search.png'
test -z "/usr/local/share/doc/amir/amir" || mkdir -p -- "/usr/local/share/doc/amir/amir"
/usr/bin/install -c -m 644 'help.xml' '/usr/local/share/doc/amir/amir/help.xml'
test -z "/usr/share/applications" || mkdir -p -- "/usr/share/applications"
/usr/bin/install -c -m 644 'amir.desktop' '/usr/share/applications/amir.desktop'
test -z "/usr/share/pixmaps" || mkdir -p -- "/usr/share/pixmaps"
/usr/bin/install -c -m 644 'amir.png' '/usr/share/pixmaps/amir.png'
test -z "/usr/share/fonts/truetype/amir/" || mkdir -p -- "/usr/share/fonts/truetype/amir/"
/usr/bin/install -c -m 644 'homa.ttf' '/usr/share/fonts/truetype/amir//homa.ttf'
test -z "/usr/local/share/amir05b/update" || mkdir -p -- "/usr/local/share/amir05b/update"
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta/aldata'
make[1]: Leaving directory `/home/enghezi/Desktop/amir05-beta/aldata'
make[1]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[2]: Entering directory `/home/enghezi/Desktop/amir05-beta'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/enghezi/Desktop/amir05-beta'
make[1]: Leaving directory `/home/enghezi/Desktop/amir05-beta'