aMSN Forums
May 21, 2013, 09:51:39 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 12 13 [14]
196  aMSN Support / Linux / aMSN linux installer on: December 27, 2005, 06:37:03 pm
Ah, got it. Thanks.
197  aMSN Support / Linux / aMSN linux installer on: December 27, 2005, 06:22:57 pm
I'll just post it here in Code.

Code:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure

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

hostname = kreuger
uname -m = i686
uname -r = 2.6.12-10-k7
uname -s = Linux
uname -v = #1 Thu Dec 22 12:32:10 UTC 2005

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


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

configure:1361: checking for gcc
configure:1390: result: no
configure:1441: checking for cc
configure:1457: found /usr/bin/cc
configure:1467: result: cc
configure:1631: checking for C compiler version
configure:1634: cc --version </dev/null >&5
2.7.2.3
configure:1637: $? = 0
configure:1639: cc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.7.2.3/specs
gcc version 2.7.2.3
configure:1642: $? = 0
configure:1644: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:1647: $? = 1
configure:1670: checking for C compiler default output file name
configure:1673: cc    conftest.c  >&5
configure:1676: $? = 0
configure:1722: result: a.out
configure:1727: checking whether the C compiler works
configure:1733: ./a.out
configure:1736: $? = 0
configure:1753: result: yes
configure:1760: checking whether we are cross compiling
configure:1762: result: no
configure:1765: checking for suffix of executables
configure:1767: cc -o conftest    conftest.c  >&5
configure:1770: $? = 0
configure:1795: result:
configure:1801: checking for suffix of object files
configure:1822: cc -c   conftest.c >&5
configure:1825: $? = 0
configure:1847: result: o
configure:1851: checking whether we are using the GNU C compiler
configure:1875: cc -c   conftest.c >&5
configure:1881: $? = 0
configure:1884: test -z || test ! -s conftest.err
configure:1887: $? = 0
configure:1890: test -s conftest.o
configure:1893: $? = 0
configure:1906: result: yes
configure:1912: checking whether cc accepts -g
configure:1933: cc -c -g  conftest.c >&5
configure:1939: $? = 0
configure:1942: test -z || test ! -s conftest.err
configure:1945: $? = 0
configure:1948: test -s conftest.o
configure:1951: $? = 0
configure:1962: result: yes
configure:1979: checking for cc option to accept ANSI C
configure:2049: cc  -c -g -O2  conftest.c >&5
configure:2055: $? = 0
configure:2058: test -z || test ! -s conftest.err
configure:2061: $? = 0
configure:2064: test -s conftest.o
configure:2067: $? = 0
configure:2085: result: none needed
configure:2103: cc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2109: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2291: checking for g++
configure:2320: result: no
configure:2291: checking for c++
configure:2320: result: no
configure:2291: checking for gpp
configure:2320: result: no
configure:2291: checking for aCC
configure:2320: result: no
configure:2291: checking for CC
configure:2320: result: no
configure:2291: checking for cxx
configure:2320: result: no
configure:2291: checking for cc++
configure:2320: result: no
configure:2291: checking for cl
configure:2320: result: no
configure:2291: checking for FCC
configure:2320: result: no
configure:2291: checking for KCC
configure:2320: result: no
configure:2291: checking for RCC
configure:2320: result: no
configure:2291: checking for xlC_r
configure:2320: result: no
configure:2291: checking for xlC
configure:2320: result: no
configure:2333: checking for C++ compiler version
configure:2336: g++ --version </dev/null >&5
./configure: line 2337: g++: command not found
configure:2339: $? = 127
configure:2341: g++ -v </dev/null >&5
./configure: line 2342: g++: command not found
configure:2344: $? = 127
configure:2346: g++ -V </dev/null >&5
./configure: line 2347: g++: command not found
configure:2349: $? = 127
configure:2352: checking whether we are using the GNU C++ compiler
configure:2376: g++ -c   conftest.cc >&5
./configure: line 2377: g++: command not found
configure:2382: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
|
|   ;
|   return 0;
| }
configure:2407: result: no
configure:2413: checking whether g++ accepts -g
configure:2434: g++ -c -g  conftest.cc >&5
./configure: line 2435: g++: command not found
configure:2440: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2463: result: no
configure:2505: g++ -c   conftest.cc >&5
./configure: line 2506: g++: command not found
configure:2511: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2505: g++ -c   conftest.cc >&5
./configure: line 2506: g++: command not found
configure:2511: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2505: g++ -c   conftest.cc >&5
./configure: line 2506: g++: command not found
configure:2511: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2505: g++ -c   conftest.cc >&5
./configure: line 2506: g++: command not found
configure:2511: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2505: g++ -c   conftest.cc >&5
./configure: line 2506: g++: command not found
configure:2511: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2505: g++ -c   conftest.cc >&5
./configure: line 2506: g++: command not found
configure:2511: $? = 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2595: checking how to run the C preprocessor
configure:2630: cc -E  conftest.c
configure:2636: $? = 0
configure:2668: cc -E  conftest.c
conftest.c:12: ac_nonexistent.h: No such file or directory
configure:2674: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2713: result: cc -E
configure:2737: cc -E  conftest.c
configure:2743: $? = 0
configure:2775: cc -E  conftest.c
conftest.c:12: ac_nonexistent.h: No such file or directory
configure:2781: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2831: checking for wish
configure:2849: found /usr/bin/wish
configure:2861: result: /usr/bin/wish
configure:2925: checking tcl build dir
configure:2997: result: using tcl library in /usr/lib/tcl8.4
configure:3071: checking tk build dir
configure:3149: result: using tk library in /usr/lib/tk8.4
configure:3206: checking for main in -lstdc++
configure:3230: cc -o conftest -g -O2   conftest.c -lstdc++   >&5
ld: cannot find -lstdc++
configure:3236: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
|
|
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:3261: result: no
configure:3266: error: stdc++ library not found

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

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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_lib_stdcpp_main=no
ac_cv_objext=o
ac_cv_path_ac_prefix_program=/usr/bin/wish
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=no

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

APPNAME='amsn'
APPRELEASE='1'
APPSTABLE='yes'
APPVERSION='0.95'
BUILD_DIR='/home/kreuger/Downloads/amsn-0.95'
CC='cc'
CFLAGS='-g -O2'
CONFIGURE_ARGS=''
CPP='cc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS=''
CXX_LIB=''
DEBUG='no'
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
FOUND_OS=''
FOUND_X11=''
LDFLAGS=''
LDLIBS=''
LIBDIR='/home/kreuger/Downloads/amsn-0.95'
LIBOBJS=''
LIBPTHREAD=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/sh'
TCLSH='/usr/bin/tclsh'
TCL_INC_SPEC='-I/usr/include/tcl8.4'
TCL_LIB_DIR='/usr/lib/tcl8.4'
TCL_STUB_LIB_SPEC='-L/usr/lib/tcl8.4 -ltclstub8.4${TCL_DBGX}'
TK_INC_SPEC='-I/usr/include/tcl8.4/tk-private/generic'
TK_LIB=''
TK_LIBS='-L/usr/X11R6/lib -lX11 -ldl  -lpthread -lieee -lm'
TK_LIB_DIR='/usr/lib/tk8.4'
TK_STUB_LIB_SPEC='-L/usr/lib -ltkstub8.4'
TK_VERSION='8.4'
TOP_DIR='/home/kreuger/Downloads/amsn-0.95'
USE_LIBNG=''
USE_MMX=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='cc'
ac_ct_CXX='g++'
ac_prefix_program='/usr/bin/wish'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1
198  aMSN Support / Linux / aMSN linux installer on: December 27, 2005, 05:14:29 am
How can I install the source if it's giving problems with stdc++?
199  aMSN Support / Linux / aMSN linux installer on: December 27, 2005, 03:39:06 am
Please read my last post.
200  aMSN Support / Linux / aMSN linux installer on: December 27, 2005, 01:22:17 am
kreuger@kreuger:~$ /sbin/ldconfig -p | grep stdc++
        libstdc++.so.6 (libc6) => /usr/lib/libstdc++.so.6
        libstdc++.so.5 (libc6) => /usr/lib/libstdc++.so.5


That's what I said. so that means I have it, does it not?
201  aMSN Support / Linux / aMSN linux installer on: December 27, 2005, 12:05:51 am
I also had the source downloaded too. I must've accidently added that into the tkcximage folder. I will try building from source, but will it keep my login/history and everything from 0.94?

Edit: Okay I just tried and it says

Code:

checking for main in -lstdc++... no
configure: error: stdc++ library not found


but in Synaptic and Adept, it shows libstdc++6 installed. now I noticed it says stdc++ is there a seperate file I should have that isn't in my repo?
202  aMSN Support / Linux / aMSN linux installer on: December 26, 2005, 10:12:00 pm
I installed amsn 0.95 via the linux installer. When I ran it, it said that I need to compile TkCximage. When I went into my amsn/utils/tkcximage/src folder, it doesn't contain a make or configure file. What do I need to do?
203  aMSN Support / General / aMSN 0.95 is out on a new website! on: December 26, 2005, 09:10:29 pm
New site looks freakin' awesome. As soon as I work out my resolution problems, I will download 0.95. Good work guys.
204  aMSN Support / Linux / Compiling the Traydock on: June 05, 2005, 05:20:50 pm
I tried to compile the Traydock for the CVS of AMSN and it said I need to install IMLIB. I opened up Synaptic and it said I have IMLIB and IMLIB2 both installed. What's going on? Why is it screwing up?
Pages: 1 ... 12 13 [14]
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!