So, resuming all, I think I just need a way to create the tk.h file in my
/usr/include directory!
Anyway, if you think the error is somewhere else, every idea is well
accepted!
For completeness I paste the error msg:
-------------------
checking for Tcl/Tk with CFLAGS="-I/usr/local/include"
LIBS="-L/usr/local/lib -ltk8.4 -ltcl8.4 -lX11"... no
checking how to run the C++ preprocessor... g++ -E
checking for X... no
checking for Tcl/Tk 8.5 with CFLAGS=" -I/usr/local/include" LIBS=" -ltk85
-ltcl85"... no
checking for Tcl/Tk 8.5 with CFLAGS=" -I/usr/local/include" LIBS=" -ltk8.5 -
ltcl8.5"... no
checking for Tcl/Tk 8.4 with CFLAGS=" -I/usr/local/include" LIBS=" -ltk84
-ltcl84"... no
checking for Tcl/Tk 8.4 with CFLAGS=" -I/usr/local/include" LIBS=" -ltk8.4 -
ltcl8.4"... no
configure: error: Cannot build Tcl/Tk apps, probably due to misconfigured or
missing X11 headers or libs. Check config.log for more info!
-------------------
And this is my 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 configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost
uname -m = ppc
uname -r = 2.6.15-29-powerpc
uname -s = Linux
uname -v = #1 Mon Sep 24 17:19:51 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = ppc
/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
PATH: /home/fede/Desktop/omnetpp-3.3/bin
PATH: /home/fede/Desktop/omnetpp-3.3/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1347: checking build system type
configure:1365: result: powerpc-unknown-linux-gnu
configure:1373: checking host system type
configure:1387: result: powerpc-unknown-linux-gnu
configure:1502: -----------------------------------------------
configure:1504: reading configure.user for your custom settings
configure:1506: -----------------------------------------------
configure:1581: checking for icc
configure:1610: result: no
configure:1581: checking for gcc
configure:1597: found /usr/bin/gcc
configure:1607: result: gcc
configure:1628: checking for C compiler version
configure:1631: gcc --version </dev/null >&5
gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
Copyright (C) 2006 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:1634: $? = 0
configure:1636: gcc -v </dev/null >&5
Using built-in specs.
Target: powerpc-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux
--with-cpu=default32 --disable-werror --enable-checking=release
powerpc-linux-gnu
Thread model: posix
gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
configure:1639: $? = 0
configure:1641: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:1644: $? = 1
configure:1667: checking for C compiler default output file name
configure:1670: gcc -O2 -DNDEBUG=1 conftest.c >&5
configure:1673: $? = 0
configure:1719: result: a.out
configure:1724: checking whether the C compiler works
configure:1730: ./a.out
configure:1733: $? = 0
configure:1750: result: yes
configure:1757: checking whether we are cross compiling
configure:1759: result: no
configure:1762: checking for suffix of executables
configure:1764: gcc -o conftest -O2 -DNDEBUG=1 conftest.c >&5
configure:1767: $? = 0
configure:1792: result:
configure:1798: checking for suffix of object files
configure:1819: gcc -c -O2 -DNDEBUG=1 conftest.c >&5
configure:1822: $? = 0
configure:1844: result: o
configure:1848: checking whether we are using the GNU C compiler
configure:1872: gcc -c -O2 -DNDEBUG=1 conftest.c >&5
configure:1878: $? = 0
configure:1881: test -z || test ! -s conftest.err
configure:1884: $? = 0
configure:1887: test -s conftest.o
configure:1890: $? = 0
configure:1903: result: yes
configure:1909: checking whether gcc accepts -g
configure:1930: gcc -c -g conftest.c >&5
configure:1936: $? = 0
configure:1939: test -z || test ! -s conftest.err
configure:1942: $? = 0
configure:1945: test -s conftest.o
configure:1948: $? = 0
configure:1959: result: yes
configure:1976: checking for gcc option to accept ANSI C
configure:2046: gcc -c -O2 -DNDEBUG=1 conftest.c >&5
configure:2052: $? = 0
configure:2055: test -z || test ! -s conftest.err
configure:2058: $? = 0
configure:2061: test -s conftest.o
configure:2064: $? = 0
configure:2082: result: none needed
configure:2100: gcc -c -O2 -DNDEBUG=1 conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2106: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2288: checking for icpc
configure:2317: result: no
configure:2288: checking for g++
configure:2304: found /usr/bin/g++
configure:2314: result: g++
configure:2330: checking for C++ compiler version
configure:2333: g++ --version </dev/null >&5
g++ (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
Copyright (C) 2006 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:2336: $? = 0
configure:2338: g++ -v </dev/null >&5
Using built-in specs.
Target: powerpc-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux
--with-cpu=default32 --disable-werror --enable-checking=release
powerpc-linux-gnu
Thread model: posix
gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
configure:2341: $? = 0
configure:2343: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:2346: $? = 1
configure:2349: checking whether we are using the GNU C++ compiler
configure:2373: g++ -c conftest.cc >&5
configure:2379: $? = 0
configure:2382: test -z || test ! -s conftest.err
configure:2385: $? = 0
configure:2388: test -s conftest.o
configure:2391: $? = 0
configure:2404: result: yes
configure:2410: checking whether g++ accepts -g
configure:2431: g++ -c -g conftest.cc >&5
configure:2437: $? = 0
configure:2440: test -z || test ! -s conftest.err
configure:2443: $? = 0
configure:2446: test -s conftest.o
configure:2449: $? = 0
configure:2460: result: yes
configure:2502: g++ -c -g -O2 conftest.cc >&5
configure:2508: $? = 0
configure:2511: test -z || test ! -s conftest.err
configure:2514: $? = 0
configure:2517: test -s conftest.o
configure:2520: $? = 0
configure:2546: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:2552: $? = 1
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 ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2502: g++ -c -g -O2 conftest.cc >&5
configure:2508: $? = 0
configure:2511: test -z || test ! -s conftest.err
configure:2514: $? = 0
configure:2517: test -s conftest.o
configure:2520: $? = 0
configure:2546: g++ -c -g -O2 conftest.cc >&5
configure:2552: $? = 0
configure:2555: test -z || test ! -s conftest.err
configure:2558: $? = 0
configure:2561: test -s conftest.o
configure:2564: $? = 0
configure:2657: checking for ranlib
configure:2673: found /usr/bin/ranlib
configure:2684: result: ranlib
configure:2714: checking if shared libs need -fPIC
configure:2728: result: no
configure:2778: checking if --export-dynamic linker option is
supported/needed
configure:2804: result: both
configure:2844: checking for flags needed to link with static libs
containing simple modules
configure:2872: result: --whole-archive
configure:2874: NOTE: Use the following syntax when linking with static
libraries
configure:2876: containing simple modules and other dynamically registered
components:
configure:2878: g++ ... -Wl,--whole-archive <libs> -Wl,--no-whole-archive
...
configure:2944: checking for bison
configure:2960: found /usr/bin/bison
configure:2970: result: bison -y
configure:2991: checking for flex
configure:3020: result: no
configure:2991: checking for lex
configure:3020: result: no
configure:3030: checking for yywrap in -lfl
configure:3060: g++ -o conftest -g -O2 -Wl,--export-dynamic
conftest.cc-lfl >&5
/usr/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
configure:3066: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char yywrap ();
| int
| main ()
| {
| yywrap ();
| ;
| return 0;
| }
configure:3091: result: no
configure:3096: checking for yywrap in -ll
configure:3126: g++ -o conftest -g -O2 -Wl,--export-dynamic
conftest.cc-ll >&5
/usr/bin/ld: cannot find -ll
collect2: ld returned 1 exit status
configure:3132: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char yywrap ();
| int
| main ()
| {
| yywrap ();
| ;
| return 0;
| }
configure:3157: result: no
configure:3262: checking for make
configure:3278: found /usr/bin/make
configure:3289: result: make
configure:3313: checking for doxygen
configure:3329: found /usr/bin/doxygen
configure:3340: result: doxygen
configure:3360: checking for perl
configure:3376: found /usr/bin/perl
configure:3387: result: perl
configure:3404: checking for xsltproc
configure:3420: found /usr/bin/xsltproc
configure:3431: result: xsltproc
configure:3452: checking for gs
configure:3468: found /usr/bin/gs
configure:3478: result: gs
configure:3496: checking for convert
configure:3525: result: no
configure:3532: WARNING: convert program from the ImageMagick package not
found -- opp_neddoc may export broken network diagrams due to a Ghostscript
problem.
configure:3540: checking for dot
configure:3569: result: no
configure:3576: WARNING: dot program from Graphviz not found -- it is needed
by opp_neddoc to generate diagrams.
configure:3584: checking for giftrans
configure:3613: result: no
configure:3620: WARNING: giftrans not found -- opp_neddoc needs it to make
the background of diagrams transparent.
configure:3638: checking for math with CFLAGS="" LIBS=""
configure:3657: g++ -o conftest -Wl,--export-dynamic conftest.cc >&5
configure:3663: $? = 0
configure:3666: test -z || test ! -s conftest.err
configure:3669: $? = 0
configure:3672: test -s conftest
configure:3675: $? = 0
configure:3677: result: yes
configure:3769: checking for standard C++ lib with CFLAGS="" LIBS="-lstdc++"
configure:3788: g++ -o conftest -Wl,--export-dynamic conftest.cc -lstdc++
>&5
configure:3794: $? = 0
configure:3797: test -z || test ! -s conftest.err
configure:3800: $? = 0
configure:3803: test -s conftest
configure:3806: $? = 0
configure:3808: result: yes
configure:3963: checking for dlopen with CFLAGS="" LIBS=""
configure:3982: g++ -o conftest -Wl,--export-dynamic conftest.cc >&5
/tmp/ccwE6oq7.o: In function `main':conftest.cc:(.text+0x20): undefined
reference to `dlopen'
collect2: ld returned 1 exit status
configure:3988: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <dlfcn.h>
| int
| main ()
| {
| dlopen("",0);
| ;
| return 0;
| }
configure:4008: result: no
configure:4025: checking for dlopen with CFLAGS="" LIBS="-ldl"
configure:4044: g++ -o conftest -Wl,--export-dynamic conftest.cc -ldl >&5
configure:4050: $? = 0
configure:4053: test -z || test ! -s conftest.err
configure:4056: $? = 0
configure:4059: test -s conftest
configure:4062: $? = 0
configure:4064: result: yes
configure:4096: checking for winsock with CFLAGS="" LIBS="-lwsock32"
configure:4115: g++ -o conftest -Wl,--export-dynamic conftest.cc-lwsock32 >&5
conftest.cc:12:21: error: winsock.h: No such file or directory
conftest.cc: In function 'int main()':
conftest.cc:16: error: 'socket' was not declared in this scope
configure:4121: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <winsock.h>
| int
| main ()
| {
| socket(0,0,0);
| ;
| return 0;
| }
configure:4141: result: no
configure:4174: checking for Tcl/Tk with CFLAGS="-I/usr/local/include"
LIBS="-L/usr/local/lib -ltk8.4 -ltcl8.4 -lX11"
configure:4193: g++ -o conftest -I/usr/local/include -Wl,--export-dynamic
conftest.cc -L/usr/local/lib -ltk8.4 -ltcl8.4 -lX11 >&5
conftest.cc:12:16: error: tk.h: No such file or directory
conftest.cc: In function 'int main()':
conftest.cc:16: error: 'Tk_MainLoop' was not declared in this scope
configure:4199: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <tk.h>
| int
| main ()
| {
| Tk_MainLoop();
| ;
| return 0;
| }
configure:4219: result: no
configure:4235: checking how to run the C++ preprocessor
configure:4266: g++ -E conftest.cc
configure:4272: $? = 0
configure:4304: g++ -E conftest.cc
conftest.cc:12:28: error: ac_nonexistent.h: No such file or directory
configure:4310: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4349: result: g++ -E
configure:4373: g++ -E conftest.cc
configure:4379: $? = 0
configure:4411: g++ -E conftest.cc
conftest.cc:12:28: error: ac_nonexistent.h: No such file or directory
configure:4417: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4461: checking for X
configure:4567: g++ -E conftest.cc
conftest.cc:12:22: error: X11/Xlib.h: No such file or directory
configure:4573: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <X11/Xlib.h>
configure:4681: result: no
configure:4719: checking for Tcl/Tk 8.5 with CFLAGS=" -I/usr/local/include"
LIBS=" -ltk85 -ltcl85"
configure:4738: g++ -o conftest -I/usr/local/include -Wl,--export-dynamic
conftest.cc -ltk85 -ltcl85 >&5
conftest.cc:12:16: error: tk.h: No such file or directory
conftest.cc: In function 'int main()':
conftest.cc:16: error: 'Tk_MainLoop' was not declared in this scope
configure:4744: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <tk.h>
| int
| main ()
| {
| Tk_MainLoop();
| ;
| return 0;
| }
configure:4764: result: no
configure:4782: checking for Tcl/Tk 8.5 with CFLAGS=" -I/usr/local/include"
LIBS=" -ltk8.5 -ltcl8.5"
configure:4801: g++ -o conftest -I/usr/local/include -Wl,--export-dynamic
conftest.cc -ltk8.5 -ltcl8.5 >&5
conftest.cc:12:16: error: tk.h: No such file or directory
conftest.cc: In function 'int main()':
conftest.cc:16: error: 'Tk_MainLoop' was not declared in this scope
configure:4807: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <tk.h>
| int
| main ()
| {
| Tk_MainLoop();
| ;
| return 0;
| }
configure:4827: result: no
configure:4908: checking for Tcl/Tk 8.4 with CFLAGS=" -I/usr/local/include"
LIBS=" -ltk84 -ltcl84"
configure:4927: g++ -o conftest -I/usr/local/include -Wl,--export-dynamic
conftest.cc -ltk84 -ltcl84 >&5
conftest.cc:12:16: error: tk.h: No such file or directory
conftest.cc: In function 'int main()':
conftest.cc:16: error: 'Tk_MainLoop' was not declared in this scope
configure:4933: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <tk.h>
| int
| main ()
| {
| Tk_MainLoop();
| ;
| return 0;
| }
configure:4953: result: no
configure:4971: checking for Tcl/Tk 8.4 with CFLAGS=" -I/usr/local/include"
LIBS=" -ltk8.4 -ltcl8.4"
configure:4990: g++ -o conftest -I/usr/local/include -Wl,--export-dynamic
conftest.cc -ltk8.4 -ltcl8.4 >&5
conftest.cc:12:16: error: tk.h: No such file or directory
conftest.cc: In function 'int main()':
conftest.cc:16: error: 'Tk_MainLoop' was not declared in this scope
configure:4996: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <tk.h>
| int
| main ()
| {
| Tk_MainLoop();
| ;
| return 0;
| }
configure:5016: result: no
configure:5097: error: Cannot build Tcl/Tk apps, probably due to
misconfigured or missing X11 headers or libs. Check config.log for more
info!
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=powerpc-unknown-linux-gnu
ac_cv_build_alias=powerpc-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CONVERT_set=
ac_cv_env_CONVERT_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_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_DOT_set=
ac_cv_env_DOT_value=
ac_cv_env_DOXYGEN_set=
ac_cv_env_DOXYGEN_value=
ac_cv_env_GHOSTSCRIPT_set=
ac_cv_env_GHOSTSCRIPT_value=
ac_cv_env_GIFTRANS_set=
ac_cv_env_GIFTRANS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_PERL_set=
ac_cv_env_PERL_value=
ac_cv_env_XSLTPROC_set=
ac_cv_env_XSLTPROC_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_have_x=have_x=no
ac_cv_host=powerpc-unknown-linux-gnu
ac_cv_host_alias=powerpc-unknown-linux-gnu
ac_cv_lib_fl_yywrap=no
ac_cv_lib_l_yywrap=no
ac_cv_objext=o
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_DOXYGEN=doxygen
ac_cv_prog_GHOSTSCRIPT=gs
ac_cv_prog_MAKE=make
ac_cv_prog_PERL=perl
ac_cv_prog_XSLTPROC=xsltproc
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AKAROA_CFLAGS=''
AKAROA_LIBS=''
AR='ar cr'
AS='as'
A_LIB_SUFFIX='.a'
BLT_LIBS=''
CC='gcc'
CFLAGS='-O2 -DNDEBUG=1 '
CONVERT=''
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
DEFS=''
DOT=''
DOXYGEN='doxygen'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXE_SUFFIX=''
GHOSTSCRIPT='gs'
GIFTRANS=''
GNED='gned'
GNED_EMBED_SUFFIX=''
GNED_IF_POSSIBLE=''
HAVE_BLT=''
HAVE_DLOPEN='1'
HAVE_MPI=''
LDFLAGS=' -Wl,--export-dynamic'
LEX=':'
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS=''
LIB_SUFFIX=''
LTLIBOBJS=''
MAKE='make'
MAKEDEPEND='opp_makedep -Y --objdirtree'
MPI_CFLAGS=''
MPI_LIBS=''
MSGC='opp_msgc'
MYPWD='pwd'
NEDC='/home/fede/Desktop/omnetpp-3.3/bin/nedtool'
NEDCFLAGS='-Wno-unused'
NEDTOOL='nedtool'
NO_TCL=''
OBJEXT='o'
OMNETPP_BIN_DIR='/home/fede/Desktop/omnetpp-3.3/bin'
OMNETPP_BITMAP_PATH='./bitmaps;/home/fede/Desktop/omnetpp-3.3/bitmaps'
OMNETPP_DOC_DIR='/home/fede/Desktop/omnetpp-3.3/doc'
OMNETPP_EDITION='Academic Public License'
OMNETPP_GNED_DIR='/home/fede/Desktop/omnetpp-3.3/src/gned'
OMNETPP_INCL_DIR='/home/fede/Desktop/omnetpp-3.3/include'
OMNETPP_LIB_DIR='/home/fede/Desktop/omnetpp-3.3/lib'
OMNETPP_PLOVE_DIR='/home/fede/Desktop/omnetpp-3.3/src/plove'
OMNETPP_SAMPLES_DIR='/home/fede/Desktop/omnetpp-3.3/samples'
OMNETPP_SCALARS_DIR='/home/fede/Desktop/omnetpp-3.3/src/scalars'
OMNETPP_SRC_DIR='/home/fede/Desktop/omnetpp-3.3/src'
OMNETPP_TEST_DIR='/home/fede/Desktop/omnetpp-3.3/test'
OMNETPP_TKENV_DIR='/home/fede/Desktop/omnetpp-3.3/src/tkenv'
OMNETPP_UTILS_DIR='/home/fede/Desktop/omnetpp-3.3/src/utils'
OMNETPP_VERSION='3.3'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='perl'
PLOVE_EMBED_SUFFIX=''
PLOVE_IF_POSSIBLE=''
RANLIB='ranlib'
SCALARS_EMBED_SUFFIX=''
SCALARS_IF_POSSIBLE=''
SHELL='/bin/sh'
SHLIB_LD='g++ -shared '
SO_LIB_SUFFIX='.so'
SYS_LIBS='-ldl -lstdc++ '
TKENV_EMBED_SUFFIX=''
TKENV_IF_POSSIBLE=''
TK_CFLAGS='-I/usr/local/include'
TK_LIBS='-L/usr/local/lib -ltk8.4 -ltcl8.4 -lX11'
USERIF_LIBS=''
USER_CFLAGS='-O2 -DNDEBUG=1 '
WISH=''
WITH_NETBUILDER='yes'
WITH_PARSIM='yes'
XMLPARSER=''
XML_CFLAGS=''
XML_LIBS=''
XSLTPROC='xsltproc'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build='powerpc-unknown-linux-gnu'
build_alias=''
build_cpu='powerpc'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
host='powerpc-unknown-linux-gnu'
host_alias=''
host_cpu='powerpc'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
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 PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
-------------------
Thanks!
Federico
_______________________________________________
OMNeT++ Mailing List
options: http://lists.omnetpp.org/mailman/listinfo/omnetpp-l
archive: http://www.omnetpp.org/listarchive/index.php
http://oswinds.csd.auth.gr/~cdnsim/tutorials/tut1/install/CDNsim_installation_guide.pdf
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-------------------------
check this out (steps 3, 4):
http://oswinds.csd.auth.gr/~cdnsim/tutorials/tut1/install/CDNsim_installation_guide.pdf
<http://oswinds.csd.auth.gr/%7Ecdnsim/tutorials/tut1/install/CDNsim_installation_guide.pdf>
the cleanest way to do this is:
download ubuntu dapper 6.06.2 (mind the .2)
make a fresh installation and enable all repositories using synaptic or adept.
then in a terminal:
sudo apt-get update
and follow my guide.
If you do not want a clean installation, just install it in a virtual machine (vmware) and then get the new sources.list and replace yours (make backup first!) and dont forget to apt-get update.
hope you you solve your problem
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs