انجمن‌های فارسی اوبونتو

لطفاً به انجمن‌ها وارد شده و یا جهت ورود ثبت‌نام نمائید

لطفاً جهت ورود نام کاربری و رمز عبورتان را وارد نمائید

نویسنده موضوع: کامپایل سورس کد  (دفعات بازدید: 758 بار)

0 کاربر و 1 مهمان درحال مشاهده موضوع.

آفلاین mohsen-rashidi

  • High Sr. Member
  • *
  • ارسال: 646
  • جنسیت : پسر
  • Hacker`s Emblem
    • اینجا خانه محسن است
کامپایل سورس کد
« : 06 اردیبهشت 1391، 12:42 ب‌ظ »
سلام
من سورس کد یه نرم افزار رو دانلود کردم و می دونم که برای نصبش باید اول 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 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
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 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 recognise dependent libraries... pass_all
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++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.


حالا اگه یه بزرگواری نگاهی به اینا بندازه و بگه چرا بعدش نمی تونم make کنم،یه دنیا ممنونش میشم

آفلاین doomhammer65ir

  • High Hero Member
  • *
  • ارسال: 1572
  • جنسیت : پسر
    • IRAN Backup
پاسخ : کامپایل سورس کد
« پاسخ #1 : 06 اردیبهشت 1391، 01:01 ب‌ظ »
sudo apt-get install g++

آفلاین دانیال بهزادی

  • ناظر انجمن
  • *
  • ارسال: 19715
  • جنسیت : پسر
  • Urahara Kiesuke
    • وبلاگ
پاسخ : کامپایل سورس کد
« پاسخ #2 : 06 اردیبهشت 1391، 01:20 ب‌ظ »
پرونده‌ی config.log رو برامون بذار
اگه این ارسال بهت کمک کرد، دنبال دکمهٔ تشکر نگرد. به جاش تو هم به جامعهٔ آزادت کمک کن

آفلاین mohsen-rashidi

  • High Sr. Member
  • *
  • ارسال: 646
  • جنسیت : پسر
  • Hacker`s Emblem
    • اینجا خانه محسن است
پاسخ : کامپایل سورس کد
« پاسخ #3 : 06 اردیبهشت 1391، 07:33 ب‌ظ »
از وقتی که شما دو دوست عزیز برای پاسخ دادن به سوال من گذاشتید ممنونم.
این از config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gnome-ppp configure 0.3.23, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = mohsen
uname -m = i686
uname -r = 3.0.0-12-generic
uname -s = Linux
uname -v = #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1567: checking for a BSD-compatible install
configure:1622: result: /usr/bin/install -c
configure:1633: checking whether build environment is sane
configure:1676: result: yes
configure:1741: checking for gawk
configure:1757: found /usr/bin/gawk
configure:1767: result: gawk
configure:1777: checking whether make sets $(MAKE)
configure:1797: result: yes
configure:2014: checking for gcc
configure:2030: found /usr/bin/gcc
configure:2040: result: gcc
configure:2284: checking for C compiler version
configure:2287: gcc --version </dev/null >&5
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2290: $? = 0
configure:2292: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
configure:2295: $? = 0
configure:2297: gcc -V </dev/null >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2300: $? = 4
configure:2323: checking for C compiler default output file name
configure:2326: gcc    conftest.c  >&5
configure:2329: $? = 0
configure:2375: result: a.out
configure:2380: checking whether the C compiler works
configure:2386: ./a.out
configure:2389: $? = 0
configure:2406: result: yes
configure:2413: checking whether we are cross compiling
configure:2415: result: no
configure:2418: checking for suffix of executables
configure:2420: gcc -o conftest    conftest.c  >&5
configure:2423: $? = 0
configure:2448: result:
configure:2454: checking for suffix of object files
configure:2475: gcc -c   conftest.c >&5
configure:2478: $? = 0
configure:2500: result: o
configure:2504: checking whether we are using the GNU C compiler
configure:2528: gcc -c   conftest.c >&5
configure:2534: $? = 0
configure:2537: test -z || test ! -s conftest.err
configure:2540: $? = 0
configure:2543: test -s conftest.o
configure:2546: $? = 0
configure:2559: result: yes
configure:2565: checking whether gcc accepts -g
configure:2586: gcc -c -g  conftest.c >&5
configure:2592: $? = 0
configure:2595: test -z || test ! -s conftest.err
configure:2598: $? = 0
configure:2601: test -s conftest.o
configure:2604: $? = 0
configure:2615: result: yes
configure:2632: checking for gcc option to accept ANSI C
configure:2702: gcc  -c -g -O2  conftest.c >&5
configure:2708: $? = 0
configure:2711: test -z || test ! -s conftest.err
configure:2714: $? = 0
configure:2717: test -s conftest.o
configure:2720: $? = 0
configure:2738: result: none needed
configure:2756: gcc -c -g -O2  conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2762: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2903: checking for style of include used by make
configure:2931: result: GNU
configure:2959: checking dependency style of gcc
configure:3049: result: gcc3
configure:3079: checking for a BSD-compatible install
configure:3134: result: /usr/bin/install -c
configure:3151: checking how to run the C preprocessor
configure:3186: gcc -E  conftest.c
configure:3192: $? = 0
configure:3224: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3230: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3269: result: gcc -E
configure:3293: gcc -E  conftest.c
configure:3299: $? = 0
configure:3331: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3337: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3381: checking for egrep
configure:3391: result: grep -E
configure:3396: checking for ANSI C header files
configure:3421: gcc -c -g -O2  conftest.c >&5
configure:3427: $? = 0
configure:3430: test -z || test ! -s conftest.err
configure:3433: $? = 0
configure:3436: test -s conftest.o
configure:3439: $? = 0
configure:3528: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:3531: $? = 0
configure:3533: ./conftest
configure:3536: $? = 0
configure:3551: result: yes
configure:3656: checking for perl
configure:3674: found /usr/bin/perl
configure:3686: result: /usr/bin/perl
configure:3704: checking for XML::Parser
configure:3707: result: ok
configure:3718: checking for iconv
configure:3736: found /usr/bin/iconv
configure:3749: result: /usr/bin/iconv
configure:3758: checking for msgfmt
configure:3776: found /usr/bin/msgfmt
configure:3789: result: /usr/bin/msgfmt
configure:3798: checking for msgmerge
configure:3816: found /usr/bin/msgmerge
configure:3829: result: /usr/bin/msgmerge
configure:3838: checking for xgettext
configure:3856: found /usr/bin/xgettext
configure:3869: result: /usr/bin/xgettext
configure:3971: checking build system type
configure:3989: result: i686-pc-linux-gnu
configure:3997: checking host system type
configure:4011: result: i686-pc-linux-gnu
configure:4019: checking for a sed that does not truncate output
configure:4073: result: /bin/sed
configure:4087: checking for ld used by gcc
configure:4154: result: /usr/bin/ld
configure:4163: checking if the linker (/usr/bin/ld) is GNU ld
configure:4178: result: yes
configure:4183: checking for /usr/bin/ld option to reload object files
configure:4190: result: -r
configure:4199: checking for BSD-compatible nm
configure:4241: result: /usr/bin/nm -B
configure:4245: checking whether ln -s works
configure:4249: result: yes
configure:4256: checking how to recognise dependent libraries
configure:4430: result: pass_all
configure:4651: checking for sys/types.h
configure:4667: gcc -c -g -O2  conftest.c >&5
configure:4673: $? = 0
configure:4676: test -z || test ! -s conftest.err
configure:4679: $? = 0
configure:4682: test -s conftest.o
configure:4685: $? = 0
configure:4696: result: yes
configure:4651: checking for sys/stat.h
configure:4667: gcc -c -g -O2  conftest.c >&5
configure:4673: $? = 0
configure:4676: test -z || test ! -s conftest.err
configure:4679: $? = 0
configure:4682: test -s conftest.o
configure:4685: $? = 0
configure:4696: result: yes
configure:4651: checking for stdlib.h
configure:4667: gcc -c -g -O2  conftest.c >&5
configure:4673: $? = 0
configure:4676: test -z || test ! -s conftest.err
configure:4679: $? = 0
configure:4682: test -s conftest.o
configure:4685: $? = 0
configure:4696: result: yes
configure:4651: checking for string.h
configure:4667: gcc -c -g -O2  conftest.c >&5
configure:4673: $? = 0
configure:4676: test -z || test ! -s conftest.err
configure:4679: $? = 0
configure:4682: test -s conftest.o
configure:4685: $? = 0
configure:4696: result: yes
configure:4651: checking for memory.h
configure:4667: gcc -c -g -O2  conftest.c >&5
configure:4673: $? = 0
configure:4676: test -z || test ! -s conftest.err
configure:4679: $? = 0
configure:4682: test -s conftest.o
configure:4685: $? = 0
configure:4696: result: yes
configure:4651: checking for strings.h
configure:4667: gcc -c -g -O2  conftest.c >&5
configure:4673: $? = 0
configure:4676: test -z || test ! -s conftest.err
configure:4679: $? = 0
configure:4682: test -s conftest.o
configure:4685: $? = 0
configure:4696: result: yes
configure:4651: checking for inttypes.h
configure:4667: gcc -c -g -O2  conftest.c >&5
configure:4673: $? = 0
configure:4676: test -z || test ! -s conftest.err
configure:4679: $? = 0
configure:4682: test -s conftest.o
configure:4685: $? = 0
configure:4696: result: yes
configure:4651: checking for stdint.h
configure:4667: gcc -c -g -O2  conftest.c >&5
configure:4673: $? = 0
configure:4676: test -z || test ! -s conftest.err
configure:4679: $? = 0
configure:4682: test -s conftest.o
configure:4685: $? = 0
configure:4696: result: yes
configure:4651: checking for unistd.h
configure:4667: gcc -c -g -O2  conftest.c >&5
configure:4673: $? = 0
configure:4676: test -z || test ! -s conftest.err
configure:4679: $? = 0
configure:4682: test -s conftest.o
configure:4685: $? = 0
configure:4696: result: yes
configure:4722: checking dlfcn.h usability
configure:4734: gcc -c -g -O2  conftest.c >&5
configure:4740: $? = 0
configure:4743: test -z || test ! -s conftest.err
configure:4746: $? = 0
configure:4749: test -s conftest.o
configure:4752: $? = 0
configure:4762: result: yes
configure:4766: checking dlfcn.h presence
configure:4776: gcc -E  conftest.c
configure:4782: $? = 0
configure:4802: result: yes
configure:4837: checking for dlfcn.h
configure:4844: result: yes
configure:4909: checking for g++
configure:4938: result: no
configure:4909: checking for c++
configure:4938: result: no
configure:4909: checking for gpp
configure:4938: result: no
configure:4909: checking for aCC
configure:4938: result: no
configure:4909: checking for CC
configure:4938: result: no
configure:4909: checking for cxx
configure:4938: result: no
configure:4909: checking for cc++
configure:4938: result: no
configure:4909: checking for cl
configure:4938: result: no
configure:4909: checking for FCC
configure:4938: result: no
configure:4909: checking for KCC
configure:4938: result: no
configure:4909: checking for RCC
configure:4938: result: no
configure:4909: checking for xlC_r
configure:4938: result: no
configure:4909: checking for xlC
configure:4938: result: no
configure:4951: checking for C++ compiler version
configure:4954: g++ --version </dev/null >&5
./configure: line 4955: g++: command not found
configure:4957: $? = 127
configure:4959: g++ -v </dev/null >&5
./configure: line 4960: g++: command not found
configure:4962: $? = 127
configure:4964: g++ -V </dev/null >&5
./configure: line 4965: g++: command not found
configure:4967: $? = 127
configure:4970: checking whether we are using the GNU C++ compiler
configure:4994: g++ -c   conftest.cc >&5
./configure: line 4995: g++: command not found
configure:5000: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
|
|   ;
|   return 0;
| }
configure:5025: result: no
configure:5031: checking whether g++ accepts -g
configure:5052: g++ -c -g  conftest.cc >&5
./configure: line 5053: g++: command not found
configure:5058: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:5081: result: no
configure:5123: g++ -c   conftest.cc >&5
./configure: line 5124: g++: command not found
configure:5129: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5123: g++ -c   conftest.cc >&5
./configure: line 5124: g++: command not found
configure:5129: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5123: g++ -c   conftest.cc >&5
./configure: line 5124: g++: command not found
configure:5129: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5123: g++ -c   conftest.cc >&5
./configure: line 5124: g++: command not found
configure:5129: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5123: g++ -c   conftest.cc >&5
./configure: line 5124: g++: command not found
configure:5129: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5123: g++ -c   conftest.cc >&5
./configure: line 5124: g++: command not found
configure:5129: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5210: checking dependency style of g++
configure:5300: result: none
configure:5322: checking how to run the C++ preprocessor
configure:5353: g++ -E  conftest.cc
./configure: line 5354: g++: command not found
configure:5359: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|      Syntax error
configure:5353: g++ -E  conftest.cc
./configure: line 5354: g++: command not found
configure:5359: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|      Syntax error
configure:5353: /lib/cpp  conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5359: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|      Syntax error
configure:5353: /lib/cpp  conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5359: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|      Syntax error
configure:5436: result: /lib/cpp
configure:5460: /lib/cpp  conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5466: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|      Syntax error
configure:5460: /lib/cpp  conftest.cc
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5466: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gnome-ppp"
| #define PACKAGE_TARNAME "gnome-ppp"
| #define PACKAGE_VERSION "0.3.23"
| #define PACKAGE_STRING "gnome-ppp 0.3.23"
| #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
| #define PACKAGE "gnome-ppp"
| #define VERSION "0.3.23"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|      Syntax error
configure:5535: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DEPS_CFLAGS_set=
ac_cv_env_DEPS_CFLAGS_value=
ac_cv_env_DEPS_LIBS_set=
ac_cv_env_DEPS_LIBS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=/usr/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=no
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_gnu_ld=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/mohsen/gnome-ppp-0.3.23/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/mohsen/gnome-ppp-0.3.23/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/mohsen/gnome-ppp-0.3.23/missing --run autoconf'
AUTOHEADER='${SHELL} /home/mohsen/gnome-ppp-0.3.23/missing --run autoheader'
AUTOMAKE='${SHELL} /home/mohsen/gnome-ppp-0.3.23/missing --run automake-1.9'
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
DEPS_CFLAGS=''
DEPS_LIBS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GETTEXT_PACKAGE=''
GMOFILES=''
GMSGFMT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
INTLTOOL_ICONV='/usr/bin/iconv'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
INTLTOOL_MSGFMT='/usr/bin/msgfmt'
INTLTOOL_MSGMERGE='/usr/bin/msgmerge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XGETTEXT='/usr/bin/xgettext'
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mohsen/gnome-ppp-0.3.23/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
OBJEXT='o'
PACKAGE='gnome-ppp'
PACKAGE_APPICON_DIR=''
PACKAGE_BUGREPORT='vladeck@gnome-ppp.org'
PACKAGE_NAME='gnome-ppp'
PACKAGE_STRING='gnome-ppp 0.3.23'
PACKAGE_TARNAME='gnome-ppp'
PACKAGE_VERSION='0.3.23'
PATH_SEPARATOR=':'
PKG_CONFIG=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS=''
VERSION='0.3.23'
XGETTEXT=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
ac_pt_PKG_CONFIG=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/mohsen/gnome-ppp-0.3.23/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "gnome-ppp"
#define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
#define PACKAGE_NAME "gnome-ppp"
#define PACKAGE_STRING "gnome-ppp 0.3.23"
#define PACKAGE_TARNAME "gnome-ppp"
#define PACKAGE_VERSION "0.3.23"
#define STDC_HEADERS 1
#define VERSION "0.3.23"
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1

آفلاین دانیال بهزادی

  • ناظر انجمن
  • *
  • ارسال: 19715
  • جنسیت : پسر
  • Urahara Kiesuke
    • وبلاگ
پاسخ : کامپایل سورس کد
« پاسخ #4 : 06 اردیبهشت 1391، 07:47 ب‌ظ »
والا لاگش که چیز خاصی نشون نمی‌ده. ++g رو نصب کردی؟
اگه این ارسال بهت کمک کرد، دنبال دکمهٔ تشکر نگرد. به جاش تو هم به جامعهٔ آزادت کمک کن

آفلاین mohsen-rashidi

  • High Sr. Member
  • *
  • ارسال: 646
  • جنسیت : پسر
  • Hacker`s Emblem
    • اینجا خانه محسن است
پاسخ : کامپایل سورس کد
« پاسخ #5 : 06 اردیبهشت 1391، 08:38 ب‌ظ »
راستش در حال حاضر دنبال همونم.
اگه لطف کنید و یه لینک دانلود بهم بدید امشب تا صبح دعاتون می کنم.
در ضمن من از  gcc 4.6.1 استفاده می کنم

آفلاین nixoeen

  • ناظر انجمن
  • *
  • ارسال: 4868
  • جنسیت : پسر
  • masoft قدیم
پاسخ : کامپایل سورس کد
« پاسخ #6 : 06 اردیبهشت 1391، 08:40 ب‌ظ »
تعداد زیادی error توی Log هست. اول این دستور رو اجرا کنید و بعد دوباره سعی کنید:
sudo apt-get install build-essential

آفلاین دانیال بهزادی

  • ناظر انجمن
  • *
  • ارسال: 19715
  • جنسیت : پسر
  • Urahara Kiesuke
    • وبلاگ
پاسخ : کامپایل سورس کد
« پاسخ #7 : 06 اردیبهشت 1391، 08:41 ب‌ظ »
مگه دانلود لینک می‌خواد؟# apt-get install g++
اگه این ارسال بهت کمک کرد، دنبال دکمهٔ تشکر نگرد. به جاش تو هم به جامعهٔ آزادت کمک کن

آفلاین mohsen-rashidi

  • High Sr. Member
  • *
  • ارسال: 646
  • جنسیت : پسر
  • Hacker`s Emblem
    • اینجا خانه محسن است
پاسخ : کامپایل سورس کد
« پاسخ #8 : 06 اردیبهشت 1391، 09:59 ب‌ظ »
آقا دست رو دلم نذارید که خونه  :'(
بنا به دلایلی نمی تونم فعلا ADSL داشته باشم برای همین باید کارامو با دایل آپ راه بندازم.
راستش این سورسی هم که دانلود کردم،سورس کد gnome ppp.گفتم شاید بشه باهاش دایل آپ رو توی مینت راه بندازم که به این مشکل خوردم.
خسته شدم از بس که بین لینوکس و ویندوز لعنتی سوویچ کردم.
حالا اگه کسی لینک دانلود gplusplus رو داره(منظورم سورس کدشه،آخه پکیج دبین شو دانلود کردم ولی موقع نصب میگه که باید به اینترنت وصل باشی  :'()لطف کنه برام بذاره.
یا علی

آفلاین دانیال بهزادی

  • ناظر انجمن
  • *
  • ارسال: 19715
  • جنسیت : پسر
  • Urahara Kiesuke
    • وبلاگ
پاسخ : کامپایل سورس کد
« پاسخ #9 : 06 اردیبهشت 1391، 11:10 ب‌ظ »
نصب از سورس سورس که احتیاج به پیش‌نیازهای خیلی بیش‌تری داره تا فایل دب. یادمه یه برنامه‌ای بود که فایل دب رو با پیش‌نیازهاش از تو ویندوز دانلود می‌کرد. اگه پیداش نکردی هم در صورت داشتن بسته‌ی سینپتیک می‌توی بری توش و بسته‌ای که می‌خوای رو نشانه‌گذاری برای نصب کن، بعد برو لیست موارد برای بارگیری و بگیر بریز تو یه پرونده‌ی متنی ببر تو ویندوز یا جایی که اینترنت داری، بده یه مدیر بارگیری‌ای برات بگیردشون برگردونشون خونه بریز تو /var/cache/apt/archive/ بعد می‌تونی راحت نصبش کنی. اون هم اگه نشد می‌تونی بری تو سایت http://packages.ubuntu.com و بسته‌ای که می‌خوای رو برای نسخه‌ای که داری به همراه پیش‌نیازهاش دانلود کنی و ببری رو سیستمت.

ولی خب gnomeppp خودش نمی‌تونه کاری برای مودمت انجام بده و باید اول درایور مودم رو نصب کنی. بعدش می‌تونی با pppconfig که رو سیستمت هست راحت وصل شی
اگه این ارسال بهت کمک کرد، دنبال دکمهٔ تشکر نگرد. به جاش تو هم به جامعهٔ آزادت کمک کن