<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Instalando o ns-2 no Ubuntu 7.10</title>
	<atom:link href="http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/feed/" rel="self" type="application/rss+xml" />
	<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/</link>
	<description>/^assuntos (nerds)? aleatórios$/</description>
	<pubDate>Wed, 15 Oct 2008 23:51:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Julio</title>
		<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/#comment-4945</link>
		<dc:creator>Julio</dc:creator>
		<pubDate>Sat, 11 Oct 2008 00:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://arthurfurlan.com.br/blog/2007-09-15/instalando-o-ns-2-no-ubuntu-710/#comment-4945</guid>
		<description>Boas.... Após ter feito td o ke o filipe aconselha no comentário 43, continuo a ter problema com o nam e com o ns...
O erro é este:
:~/ns-allinone-2.33/ns-2.33$ set f [open out.tr w]
:~/ns-allinone-2.33/ns-2.33$ $ns trace-all $f
bash: trace-all: command not found

:~/ns-allinone-2.33/ns-2.33$ set nf [open out.nam w]
:~/ns-allinone-2.33/ns-2.33$ $ns namtrace-all $nf
bash: namtrace-all: command not found


Como devo fazer??? Agradecia que me ajudassem...</description>
		<content:encoded><![CDATA[<p>Boas&#8230;. Após ter feito td o ke o filipe aconselha no comentário 43, continuo a ter problema com o nam e com o ns&#8230;<br />
O erro é este:<br />
:~/ns-allinone-2.33/ns-2.33$ set f [open out.tr w]<br />
:~/ns-allinone-2.33/ns-2.33$ $ns trace-all $f<br />
bash: trace-all: command not found</p>
<p>:~/ns-allinone-2.33/ns-2.33$ set nf [open out.nam w]<br />
:~/ns-allinone-2.33/ns-2.33$ $ns namtrace-all $nf<br />
bash: namtrace-all: command not found</p>
<p>Como devo fazer??? Agradecia que me ajudassem&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felipe</title>
		<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/#comment-4435</link>
		<dc:creator>felipe</dc:creator>
		<pubDate>Wed, 17 Sep 2008 20:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://arthurfurlan.com.br/blog/2007-09-15/instalando-o-ns-2-no-ubuntu-710/#comment-4435</guid>
		<description>detalhe a instalação foi feita no kurumin 7</description>
		<content:encoded><![CDATA[<p>detalhe a instalação foi feita no kurumin 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felipe</title>
		<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/#comment-4432</link>
		<dc:creator>felipe</dc:creator>
		<pubDate>Wed, 17 Sep 2008 19:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://arthurfurlan.com.br/blog/2007-09-15/instalando-o-ns-2-no-ubuntu-710/#comment-4432</guid>
		<description>entaum arthur segui este tutoria postado acima para instalar o ns-2.33 só que no final quando deveria aparecer all test passed naum acontece

sai o texto abaixo

All test output agrees with reference output.
Qua Set 17 16:23:17 BRT 2008
These messages are NOT errors and can be ignored:
    warning: using backward compatibility mode
    This test is not implemented in backward compatibility mode


validate overall report: some portable tests failed:
     ./test-all-tcpLinux ./test-all-tcpHighspeed ./test-all-red ./test-all-cbq
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME</description>
		<content:encoded><![CDATA[<p>entaum arthur segui este tutoria postado acima para instalar o ns-2.33 só que no final quando deveria aparecer all test passed naum acontece</p>
<p>sai o texto abaixo</p>
<p>All test output agrees with reference output.<br />
Qua Set 17 16:23:17 BRT 2008<br />
These messages are NOT errors and can be ignored:<br />
    warning: using backward compatibility mode<br />
    This test is not implemented in backward compatibility mode</p>
<p>validate overall report: some portable tests failed:<br />
     ./test-all-tcpLinux ./test-all-tcpHighspeed ./test-all-red ./test-all-cbq<br />
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felipe</title>
		<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/#comment-4431</link>
		<dc:creator>felipe</dc:creator>
		<pubDate>Wed, 17 Sep 2008 18:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://arthurfurlan.com.br/blog/2007-09-15/instalando-o-ns-2-no-ubuntu-710/#comment-4431</guid>
		<description>Para realizar la instalación correcta de ns en Ubuntu 8.04 Hardy hay que realizar los siguientes pasos:

sudo apt-get install build-essential autoconf automake libxmu-dev xlibs-static-dev xlibs-data x-dev xorg-dev
cd ~
wget http://ufpr.dl.sourceforge.net/sourceforge/nsnam/ns-allinone-2.33.tar.gz
tar xzvf ns-allinone-2.33.tar.gz
cd ns-allinone-2.33
./install

Ahora debemos editar el PATH para agregar las librerias y ejecutables necesarios
Para esto ejecutamos

gedit ~/.bashrc

y agregamos las siguientes lineas al comienzo del archivo

# LD_LIBRARY_PATH
OTCL_LIB=~/ns-allinone-2.33/otcl-1.13
NS2_LIB=~/ns-allinone-2.33/lib
X11_LIB=/usr/X11R6/lib
USR_LOCAL_LIB=/usr/local/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OTCL_LIB:$NS2_LIB:$X11_LIB:$USR_LOCAL_LIB

# TCL_LIBRARY
TCL_LIB=~/ns-allinone-2.33/tcl8.4.18/library
USR_LIB=/usr/lib
export TCL_LIBRARY=$TCL_LIB:$USR_LIB

# PATH
XGRAPH=~/ns-allinone-2.33/bin:~/ns-allinone-2.33/tcl8.4.18/unix:~/ns-allinone-2.33/tk8.4.18/unix
NS=~/ns-allinone-2.33/ns-2.33/
NAM=~/ns-allinone-2.33/nam-1.13/
export PATH=$PATH:$XGRAPH:$NS:$NAM

Donde ~ equivale al home del usuario (/home/usuario)
Para actualizar el terminal con los nuevos PATHs ejecutamos

source ~/.bashrc

Ahora sólo basta validar la instalación del simulador

cd ns-2.33
./validate

Obteniendo como resultado lo siguiente:

all tests passed</description>
		<content:encoded><![CDATA[<p>Para realizar la instalación correcta de ns en Ubuntu 8.04 Hardy hay que realizar los siguientes pasos:</p>
<p>sudo apt-get install build-essential autoconf automake libxmu-dev xlibs-static-dev xlibs-data x-dev xorg-dev<br />
cd ~<br />
wget <a href="http://ufpr.dl.sourceforge.net/sourceforge/nsnam/ns-allinone-2.33.tar.gz" rel="nofollow">http://ufpr.dl.sourceforge.net/sourceforge/nsnam/ns-allinone-2.33.tar.gz</a><br />
tar xzvf ns-allinone-2.33.tar.gz<br />
cd ns-allinone-2.33<br />
./install</p>
<p>Ahora debemos editar el PATH para agregar las librerias y ejecutables necesarios<br />
Para esto ejecutamos</p>
<p>gedit ~/.bashrc</p>
<p>y agregamos las siguientes lineas al comienzo del archivo</p>
<p># LD_LIBRARY_PATH<br />
OTCL_LIB=~/ns-allinone-2.33/otcl-1.13<br />
NS2_LIB=~/ns-allinone-2.33/lib<br />
X11_LIB=/usr/X11R6/lib<br />
USR_LOCAL_LIB=/usr/local/lib<br />
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OTCL_LIB:$NS2_LIB:$X11_LIB:$USR_LOCAL_LIB</p>
<p># TCL_LIBRARY<br />
TCL_LIB=~/ns-allinone-2.33/tcl8.4.18/library<br />
USR_LIB=/usr/lib<br />
export TCL_LIBRARY=$TCL_LIB:$USR_LIB</p>
<p># PATH<br />
XGRAPH=~/ns-allinone-2.33/bin:~/ns-allinone-2.33/tcl8.4.18/unix:~/ns-allinone-2.33/tk8.4.18/unix<br />
NS=~/ns-allinone-2.33/ns-2.33/<br />
NAM=~/ns-allinone-2.33/nam-1.13/<br />
export PATH=$PATH:$XGRAPH:$NS:$NAM</p>
<p>Donde ~ equivale al home del usuario (/home/usuario)<br />
Para actualizar el terminal con los nuevos PATHs ejecutamos</p>
<p>source ~/.bashrc</p>
<p>Ahora sólo basta validar la instalación del simulador</p>
<p>cd ns-2.33<br />
./validate</p>
<p>Obteniendo como resultado lo siguiente:</p>
<p>all tests passed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joffre</title>
		<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/#comment-4060</link>
		<dc:creator>joffre</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://arthurfurlan.com.br/blog/2007-09-15/instalando-o-ns-2-no-ubuntu-710/#comment-4060</guid>
		<description>Alguem poderia me ajudar.. estou tentando instalar a versão 2.28 pois necessito simular o protocolo 802.15.4 ( zigbee) , no site do lee e do zang, encontrei o código para o módulo, porem não consigo instalar nem o ns ( ubuntu 7.10 ) O LOG É O SEGUINTE.

============================================================
* Testing for Cygwin environment
============================================================
Cygwin not detected, proceeding with regular install.
============================================================
* Build XGraph-12.1
============================================================
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking if malloc debugging is wanted... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for float.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for unistd.h... yes
checking for strcasecmp... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating autoconf.h
gcc -DHAVE_CONFIG_H -I. -I. -I.        -g    -c xgraph.c
Em arquivo incluído de xgraph.c:32:
xgraph.h:10:21: erro: X11/Xos.h: Arquivo ou diretório inexistente
xgraph.h:11:22: erro: X11/Xlib.h: Arquivo ou diretório inexistente
xgraph.h:12:23: erro: X11/Xutil.h: Arquivo ou diretório inexistente
xgraph.h:13:28: erro: X11/cursorfont.h: Arquivo ou diretório inexistente
In file included from xgraph.c:32:
xgraph.h:138: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
xgraph.h:139: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
xgraph.h:140: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cmap’
xgraph.h:177: error: expected specifier-qualifier-list before ‘Window’
xgraph.h:188: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from xgraph.c:33:
xtb.h:32: error: expected specifier-qualifier-list before ‘Window’
xtb.h:39: error: expected ‘)’ before ‘*’ token
xtb.h:49: error: expected ‘)’ before ‘win’
xtb.h:54: error: expected ‘)’ before ‘win’
xtb.h:57: error: expected ‘)’ before ‘*’ token
xtb.h:60: error: expected ‘)’ before ‘win’
xtb.h:67: error: expected ‘)’ before ‘win’
xtb.h:74: error: expected ‘)’ before ‘win’
xtb.h:76: error: expected ‘)’ before ‘win’
xtb.h:78: error: expected ‘)’ before ‘win’
xtb.h:85: error: expected ‘)’ before ‘win’
xtb.h:92: error: expected ‘)’ before ‘win’
xtb.h:94: error: expected ‘)’ before ‘win’
xtb.h:101: error: expected ‘)’ before ‘win’
xtb.h:104: error: expected ‘)’ before ‘win’
xtb.h:112: error: expected ‘)’ before ‘win’
xtb.h:118: error: expected ‘)’ before ‘win’
xtb.h:120: error: expected ‘)’ before ‘win’
xtb.h:122: error: expected ‘)’ before ‘win’
xtb.h:124: error: expected ‘)’ before ‘win’
xtb.h:126: error: expected ‘)’ before ‘win’
xtb.h:133: error: expected ‘)’ before ‘win’
xtb.h:136: error: expected ‘)’ before ‘win’
In file included from xgraph.c:35:
params.h:33: error: expected specifier-qualifier-list before ‘XColor’
params.h:38: error: expected specifier-qualifier-list before ‘XFontStruct’
params.h:68: error: expected ‘)’ before ‘*’ token
params.h:83: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘param_null_color’
xgraph.c:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
xgraph.c:63: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘win_context’
xgraph.c:67: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
xgraph.c:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
xgraph.c:69: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cmap’
xgraph.c: In function ‘main’:
xgraph.c:92: error: ‘Window’ undeclared (first use in this function)
xgraph.c:92: error: (Each undeclared identifier is reported only once
xgraph.c:92: error: for each function it appears in.)
xgraph.c:92: error: expected ‘;’ before ‘primary’
xgraph.c:94: error: ‘XEvent’ undeclared (first use in this function)
xgraph.c:94: error: expected ‘;’ before ‘theEvent’
xgraph.c:96: error: ‘Cursor’ undeclared (first use in this function)
xgraph.c:96: error: expected ‘;’ before ‘zoomCursor’
xgraph.c:98: error: ‘XColor’ undeclared (first use in this function)
xgraph.c:98: error: expected ‘;’ before ‘fg_color’
xgraph.c:115: error: ‘disp’ undeclared (first use in this function)
xgraph.c:168: error: ‘Xsegs’ undeclared (first use in this function)
xgraph.c:168: error: ‘XSegment’ undeclared (first use in this function)
xgraph.c:168: error: expected expression before ‘)’ token
xgraph.c:169: error: expected expression before ‘)’ token
xgraph.c:213: error: ‘param_pix’ has no member named ‘value’
xgraph.c:213: error: ‘param_pix’ has no member named ‘value’
xgraph.c:214: error: ‘param_font’ has no member named ‘value’
xgraph.c:214: error: ‘XFontStruct’ undeclared (first use in this function)
xgraph.c:214: error: expected expression before ‘)’ token
xgraph.c:216: error: ‘primary’ undeclared (first use in this function)
xgraph.c:225: error: ‘zoomCursor’ undeclared (first use in this function)
xgraph.c:225: error: ‘XC_sizing’ undeclared (first use in this function)
xgraph.c:226: error: ‘fg_color’ undeclared (first use in this function)
xgraph.c:226: error: ‘param_pix’ has no member named ‘value’
xgraph.c:226: error: ‘param_null_color’ undeclared (first use in this function)
xgraph.c:227: error: ‘bg_color’ undeclared (first use in this function)
xgraph.c:227: error: ‘param_pix’ has no member named ‘value’
xgraph.c:232: error: ‘theEvent’ undeclared (first use in this function)
xgraph.c:237: error: ‘win_context’ undeclared (first use in this function)
xgraph.c:242: error: ‘Expose’ undeclared (first use in this function)
xgraph.c:244: error: ‘XWindowAttributes’ undeclared (first use in this function)
xgraph.c:244: error: expected ‘;’ before ‘win_attr’
xgraph.c:246: error: ‘win_attr’ undeclared (first use in this function)
xgraph.c:254: error: ‘KeyPress’ undeclared (first use in this function)
xgraph.c:256: error: ‘KeySym’ undeclared (first use in this function)
xgraph.c:256: error: expected expression before ‘)’ token
xgraph.c:271: error: ‘ButtonPress’ undeclared (first use in this function)
xgraph.c: In function ‘ReversePix’:
xgraph.c:322: error: ‘param_pix’ has no member named ‘value’
xgraph.c:323: error: ‘param_pix’ has no member named ‘value’
xgraph.c:324: error: ‘param_pix’ has no member named ‘value’
xgraph.c: In function ‘del_func’:
xgraph.c:499: error: expected declaration specifiers before ‘Window’
xgraph.c:508: error: ‘Window’ undeclared (first use in this function)
xgraph.c:508: error: expected ‘;’ before ‘the_win’
xgraph.c:512: error: ‘disp’ undeclared (first use in this function)
xgraph.c:512: error: ‘the_win’ undeclared (first use in this function)
xgraph.c:512: error: ‘win_context’ undeclared (first use in this function)
xgraph.c:513: error: ‘LocalWin’ has no member named ‘flags’
xgraph.c: In function ‘hcpy_func’:
xgraph.c:527: error: expected declaration specifiers before ‘Window’
xgraph.c:537: error: ‘Window’ undeclared (first use in this function)
xgraph.c:537: error: expected ‘;’ before ‘the_win’
xgraph.c:541: error: ‘disp’ undeclared (first use in this function)
xgraph.c:541: error: ‘the_win’ undeclared (first use in this function)
xgraph.c:541: error: ‘win_context’ undeclared (first use in this function)
xgraph.c:542: error: ‘LocalWin’ has no member named ‘flags’
xgraph.c:544: error: ‘LocalWin’ has no member named ‘flags’
xgraph.c: In function ‘abt_func’:
xgraph.c:554: error: expected declaration specifiers before ‘Window’
xgraph.c: At top level:
xgraph.c:713: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘NewWindow’
xgraph.c:727: error: expected identifier or ‘(’ before ‘{’ token
xgraph.c: In function ‘DelWindow’:
xgraph.c:923: error: expected declaration specifiers before ‘Window’
xgraph.c:933: error: ‘disp’ undeclared (first use in this function)
xgraph.c:933: error: ‘win_context’ undeclared (first use in this function)
xgraph.c:934: error: ‘LocalWin’ has no member named ‘close’
xgraph.c:935: error: ‘LocalWin’ has no member named ‘hardcopy’
xgraph.c:936: error: ‘LocalWin’ has no member named ‘about’
xgraph.c: In function ‘PrintWindow’:
xgraph.c:943: error: expected declaration specifiers before ‘Window’
xgraph.c: At top level:
xgraph.c:956: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘boxEcho’
xgraph.c:957: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘echoGC’
xgraph.c: In function ‘HandleZoom’:
xgraph.c:986: error: expected declaration specifiers before ‘XButtonPressedEvent’
xgraph.c:988: error: expected declaration specifiers before ‘Cursor’
xgraph.c:990: error: ‘Window’ undeclared (first use in this function)
xgraph.c:990: error: expected ‘;’ before ‘win’
xgraph.c:992: error: expected ‘;’ before ‘root_rtn’
xgraph.c:994: error: ‘XEvent’ undeclared (first use in this function)
xgraph.c:994: error: expected ‘;’ before ‘theEvent’
xgraph.c:1012: error: ‘win’ undeclared (first use in this function)
xgraph.c:1012: error: invalid type argument of ‘-&#62;’
xgraph.c:1013: error: ‘disp’ undeclared (first use in this function)
xgraph.c:1013: error: ‘True’ undeclared (first use in this function)
xgraph.c:1014: error: ‘ButtonPressMask’ undeclared (first use in this function)
xgraph.c:1014: error: ‘ButtonReleaseMask’ undeclared (first use in this function)
xgraph.c:1015: error: ‘PointerMotionMask’ undeclared (first use in this function)
xgraph.c:1015: error: ‘PointerMotionHintMask’ undeclared (first use in this function)
xgraph.c:1016: error: ‘GrabModeAsync’ undeclared (first use in this function)
xgraph.c:1017: error: ‘CurrentTime’ undeclared (first use in this function)
xgraph.c:1017: error: ‘GrabSuccess’ undeclared (first use in this function)
xgraph.c:1021: error: ‘echoGC’ undeclared (first use in this function)
xgraph.c:1021: error: ‘GC’ undeclared (first use in this function)
xgraph.c:1021: error: expected ‘)’ before numeric constant
xgraph.c:1023: error: ‘XGCValues’ undeclared (first use in this function)
xgraph.c:1023: error: expected ‘;’ before ‘gcvals’
xgraph.c:1025: error: ‘GCForeground’ undeclared (first use in this function)
xgraph.c:1025: error: ‘GCFunction’ undeclared (first use in this function)
xgraph.c:1026: error: ‘gcvals’ undeclared (first use in this function)
xgraph.c:1026: error: ‘param_pix’ has no member named ‘value’
xgraph.c:1026: error: ‘param_pix’ has no member named ‘value’
xgraph.c:1027: error: ‘GXxor’ undeclared (first use in this function)
xgraph.c:1030: error: invalid type argument of ‘-&#62;’
xgraph.c:1031: error: invalid type argument of ‘-&#62;’
xgraph.c:1032: error: ‘root_rtn’ undeclared (first use in this function)
xgraph.c:1032: error: ‘child_rtn’ undeclared (first use in this function)
xgraph.c:1035: error: ‘boxEcho’ undeclared (first use in this function)
xgraph.c:1038: error: ‘theEvent’ undeclared (first use in this function)
xgraph.c:1040: error: ‘MotionNotify’ undeclared (first use in this function)
xgraph.c:1050: error: ‘ButtonRelease’ undeclared (first use in this function)
xgraph.c:1077: error: ‘new_win’ undeclared (first use in this function)
xgraph.c:1078: error: ‘LocalWin’ has no member named ‘DOrder’
xgraph.c: In function ‘XErrHandler’:
xgraph.c:1252: error: expected declaration specifiers before ‘Display’
xgraph.c:1253: error: expected declaration specifiers before ‘XErrorEvent’
xgraph.c:1264: error: invalid type argument of ‘-&#62;’
xgraph.c:1268: error: invalid type argument of ‘-&#62;’
xgraph.c:1269: error: invalid type argument of ‘-&#62;’
make: ** [xgraph.o] Erro 1
Can not create xgraph; But xgraph is an optional package, continuing...
============================================================
* Build CWeb
============================================================
Making cweb
gcc -g   -c -o ctangle.o ctangle.c
ctangle.w:75: warning: conflicting types for built-in function ‘strlen’
gcc -g -DCWEBINPUTS=\"/usr/local/lib/cweb\" -c common.c
common.w:1409: warning: conflicting types for built-in function ‘strlen’
gcc -g -o ctangle ctangle.o common.o 
./ctangle cweave 
This is CTANGLE (Version 3.4)
*1*16*29*37*58*77*88*96*103*173*184*204*224*249
Writing the output file (cweave.c):.....500.....1000.....1500.....2000.....2500.....3000....
Done.
(No errors were found.)
gcc -g   -c -o cweave.o cweave.c
cweave.w:79: warning: conflicting types for built-in function ‘strlen’
gcc -g -o cweave cweave.o common.o
============================================================
* Build Stanford GraphBase
============================================================
Making sgb
if test -r gb_io.ch; then ctangle gb_io.w gb_io.ch; else ctangle gb_io.w; fi
This is CTANGLE (Version 3.4)
*1*8*10*21*28*38*43
Writing the output files: (gb_io.c)..
(test_io.c)
(gb_io.h)
Done.
(No errors were found.)
cc -g -I/usr/local/sgb/include  -DDATA_DIRECTORY=\"/usr/local/sgb/data/\" -c gb_io.c
gb_io.w: In function ‘imap_chr’:
gb_io.w:194: warning: incompatible implicit declaration of built-in function ‘strlen’
gb_io.w: In function ‘imap_ord’:
gb_io.w:201: warning: comparison is always false due to limited range of data type
gb_io.w: In function ‘gb_r_open’:
gb_io.w:457: warning: incompatible implicit declaration of built-in function ‘strlen’
gb_io.w: In function ‘gb_open’:
gb_io.w:467: warning: incompatible implicit declaration of built-in function ‘strncpy’
gb_io.w:502: warning: incompatible implicit declaration of built-in function ‘strlen’
gb_io.w: In function ‘gb_close’:
gb_io.w:542: warning: incompatible implicit declaration of built-in function ‘strlen’
cc -g -I/usr/local/sgb/include  test_io.c gb_io.o -o test_io
make gb_graph.c
make[1]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_graph.ch; then ctangle gb_graph.w gb_graph.ch; else ctangle gb_graph.w; fi
This is CTANGLE (Version 3.4)
*1*8*11*20*42*49
Writing the output files: (gb_graph.c)...
(test_graph.c)
(gb_graph.h).
Done.
(No errors were found.)
make[1]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_graph.o
make[1]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_graph.o gb_graph.c
gb_graph.w: In function ‘gb_nugraph’:
gb_graph.w:455: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_graph.w: In function ‘make_compound_id’:
gb_graph.w:492: warning: incompatible implicit declaration of built-in function ‘strlen’
gb_graph.w:494: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_graph.w: In function ‘make_double_compound_id’:
gb_graph.w:508: warning: incompatible implicit declaration of built-in function ‘strlen’
make[1]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include  test_graph.c gb_graph.o -o test_graph
make gb_flip.c
make[1]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_flip.ch; then ctangle gb_flip.w gb_flip.ch; else ctangle gb_flip.w; fi
This is CTANGLE (Version 3.4)
*1*4*8*12*14
Writing the output files: (gb_flip.c)
(test_flip.c)
(gb_flip.h)
Done.
(No errors were found.)
make[1]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_flip.o
make[1]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_flip.o gb_flip.c
make[1]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include  test_flip.c gb_flip.o -o test_flip
./test_io
OK, the gb_io routines seem to work!
./test_graph
....................................................................................................Hey, I allocated 10000000 bytes successfully. Terrific...
OK, the gb_graph routines seem to work!
./test_flip
OK, the gb_flip routines seem to work!
make gb_sort.o
make[1]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_sort.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_sort.ch; then ctangle gb_sort.w gb_sort.ch; else ctangle gb_sort.w; fi
This is CTANGLE (Version 3.4)
*1*12
Writing the output files: (gb_sort.c)
(gb_sort.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_sort.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_sort.o gb_sort.c
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make[1]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make lib
make[1]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_basic.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_basic.ch; then ctangle gb_basic.w gb_basic.ch; else ctangle gb_basic.w; fi
This is CTANGLE (Version 3.4)
*1*6*24*36*41*54*63*73*77*87*94*100*115
Writing the output files: (gb_basic.c).....500.....1000.....1500.
(gb_basic.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_basic.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_basic.o gb_basic.c
gb_basic.w: In function ‘board’:
gb_basic.w:277: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_basic.w: In function ‘simplex’:
gb_basic.w:543: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_basic.w: In function ‘subsets’:
gb_basic.w:753: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_basic.w: In function ‘perms’:
gb_basic.w:949: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_basic.w: In function ‘parts’:
gb_basic.w:1140: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_basic.w: In function ‘binary’:
gb_basic.w:1340: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_books.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_books.ch; then ctangle gb_books.w gb_books.ch; else ctangle gb_books.w; fi
This is CTANGLE (Version 3.4)
*1*12*19*26*30
Writing the output files: (gb_books.c)..
(gb_books.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_books.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_books.o gb_books.c
gb_books.w: In function ‘bgraph’:
gb_books.w:502: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_econ.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_econ.ch; then ctangle gb_econ.w gb_econ.ch; else ctangle gb_econ.w; fi
This is CTANGLE (Version 3.4)
*1*11*17*25*31
Writing the output files: (gb_econ.c)...
(gb_econ.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_econ.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_econ.o gb_econ.c
gb_econ.w: In function ‘econ’:
gb_econ.w:230: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_econ.w:304: warning: incompatible implicit declaration of built-in function ‘strlen’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_games.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_games.ch; then ctangle gb_games.w gb_games.ch; else ctangle gb_games.w; fi
This is CTANGLE (Version 3.4)
*1*11*21*25
Writing the output files: (gb_games.c)..
(gb_games.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_games.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_games.o gb_games.c
gb_games.w: In function ‘games’:
gb_games.w:222: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_gates.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_gates.ch; then ctangle gb_gates.w gb_gates.ch; else ctangle gb_gates.w; fi
This is CTANGLE (Version 3.4)
*1*8*38*43*49*66*75*84*86
Writing the output files: (gb_gates.c).....500.....1000..
(gb_gates.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_gates.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_gates.o gb_gates.c
gb_gates.w: In function ‘reduce’:
gb_gates.w:1402: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_gates.w: In function ‘risc’:
gb_gates.w:530: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_gates.w: In function ‘prod’:
gb_gates.w:1528: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_gates.w: In function ‘partial_gates’:
gb_gates.w:1928: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_gates.w:1929: warning: incompatible implicit declaration of built-in function ‘strlen’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_lisa.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_lisa.ch; then ctangle gb_lisa.w gb_lisa.ch; else ctangle gb_lisa.w; fi
This is CTANGLE (Version 3.4)
*1*11*15*19*23*33*37
Writing the output files: (gb_lisa.c)...
(gb_lisa.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_lisa.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_lisa.o gb_lisa.c
gb_lisa.w: In function ‘p_lisa’:
gb_lisa.w:513: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_miles.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_miles.ch; then ctangle gb_miles.w gb_miles.ch; else ctangle gb_miles.w; fi
This is CTANGLE (Version 3.4)
*1*9*17*22
Writing the output files: (gb_miles.c)..
(gb_miles.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_miles.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_miles.o gb_miles.c
gb_miles.w: In function ‘miles’:
gb_miles.w:157: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_plane.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_plane.ch; then ctangle gb_plane.w gb_plane.ch; else ctangle gb_plane.w; fi
This is CTANGLE (Version 3.4)
*1*8*13*20*25*34*41*45
Writing the output files: (gb_plane.c).....500
(gb_plane.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_plane.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_plane.o gb_plane.c
gb_plane.w: In function ‘plane’:
gb_plane.w:134: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_raman.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_raman.ch; then ctangle gb_raman.w gb_raman.ch; else ctangle gb_raman.w; fi
This is CTANGLE (Version 3.4)
*1*6*13*18*26*30*32
Writing the output files: (gb_raman.c)...
(gb_raman.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_raman.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_raman.o gb_raman.c
gb_raman.w: In function ‘raman’:
gb_raman.w:249: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_rand.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_rand.ch; then ctangle gb_rand.w gb_rand.ch; else ctangle gb_rand.w; fi
This is CTANGLE (Version 3.4)
*1*11*22*24*28
Writing the output files: (gb_rand.c)...
(gb_rand.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_rand.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_rand.o gb_rand.c
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_roget.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_roget.ch; then ctangle gb_roget.w gb_roget.ch; else ctangle gb_roget.w; fi
This is CTANGLE (Version 3.4)
*1*6*10*15
Writing the output files: (gb_roget.c).
(gb_roget.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_roget.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_roget.o gb_roget.c
gb_roget.w: In function ‘roget’:
gb_roget.w:107: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_words.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_words.ch; then ctangle gb_words.w gb_words.ch; else ctangle gb_words.w; fi
This is CTANGLE (Version 3.4)
*1*9*14*22*30*32
Writing the output files: (gb_words.c)...
(gb_words.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_words.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_words.o gb_words.c
gb_words.w: In function ‘words’:
gb_words.w:437: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_dijk.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_dijk.ch; then ctangle gb_dijk.w gb_dijk.ch; else ctangle gb_dijk.w; fi
This is CTANGLE (Version 3.4)
*1*4*15*20*26
Writing the output files: (gb_dijk.c)..
(gb_dijk.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_dijk.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_dijk.o gb_dijk.c
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_save.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r gb_save.ch; then ctangle gb_save.w gb_save.ch; else ctangle gb_save.w; fi
This is CTANGLE (Version 3.4)
*1*3*19*47
Writing the output files: (gb_save.c).....500.
(gb_save.h)
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make gb_save.o
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include    -c -o gb_save.o gb_save.c
gb_save.w: In function ‘move_item’:
gb_save.w:712: warning: incompatible implicit declaration of built-in function ‘strlen’
gb_save.w:723: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_save.w:728: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_save.w: In function ‘restore_graph’:
gb_save.w:177: warning: incompatible implicit declaration of built-in function ‘strlen’
gb_save.w:195: warning: incompatible implicit declaration of built-in function ‘strcpy’
gb_save.w: In function ‘save_graph’:
gb_save.w:792: warning: incompatible implicit declaration of built-in function ‘strlen’
gb_save.w:793: warning: incompatible implicit declaration of built-in function ‘strcpy’
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
rm -f certified
ar rcv libgb.a gb_flip.o gb_graph.o gb_io.o gb_sort.o gb_basic.o gb_books.o gb_econ.o gb_games.o gb_gates.o gb_lisa.o gb_miles.o gb_plane.o gb_raman.o gb_rand.o gb_roget.o gb_words.o gb_dijk.o gb_save.o
a - gb_flip.o
a - gb_graph.o
a - gb_io.o
a - gb_sort.o
a - gb_basic.o
a - gb_books.o
a - gb_econ.o
a - gb_games.o
a - gb_gates.o
a - gb_lisa.o
a - gb_miles.o
a - gb_plane.o
a - gb_raman.o
a - gb_rand.o
a - gb_roget.o
a - gb_words.o
a - gb_dijk.o
a - gb_save.o
ranlib libgb.a
make[1]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make test_sample
make[1]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
make test_sample.c
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
if test -r test_sample.ch; then ctangle test_sample.w test_sample.ch; else ctangle test_sample.w; fi
This is CTANGLE (Version 3.4)
*1*13*19
Writing the output file (test_sample.c):.
Done.
(No errors were found.)
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make test_sample
make[2]: Entrando no diretório `/usr/local/ns-allinone-2.28/sgb'
cc -g -I/usr/local/sgb/include   -L. -L/usr/local/lib  test_sample.c -lgb -lgb -o test_sample
make[2]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
make[1]: Saindo do diretório `/usr/local/ns-allinone-2.28/sgb'
./test_sample &#62; sample.out
diff test.gb test.correct
diff sample.out sample.correct
rm -f test.gb sample.out test_io test_io.exe test_graph test_graph.exe test_flip test_flip.exe test_sample test_sample.exe
echo "Congratulations --- the tests have all been passed."
Congratulations --- the tests have all been passed.
touch certified
cp: impossível criar arquivo comum `../gt-itm/lib/libgb.a': Arquivo ou diretório inexistente
============================================================
* Build GT-ITM
============================================================
sgb lib not found. gt-itm &#38; sgb2ns could not be installed. Continuing..
============================================================
* Build zlib
============================================================
Checking for gcc...
Building static library libz.a version 1.1.4 with gcc.
Checking for unistd.h... Yes.
Checking for errno.h...	 Yes.
Checking for mmap support... Yes.
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o example.o example.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o adler32.o adler32.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o compress.o compress.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o crc32.o crc32.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o gzio.o gzio.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o uncompr.o uncompr.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o deflate.o deflate.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o trees.o trees.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o zutil.o zutil.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o inflate.o inflate.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o infblock.o infblock.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o inftrees.o inftrees.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o infcodes.o infcodes.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o infutil.o infutil.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o inffast.o inffast.c
ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o 
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -o example example.o -L. -lz
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP   -c -o minigzip.o minigzip.c
gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -o minigzip minigzip.o -L. -lz
Zlib has been installed successfully.
============================================================
* Build tcl8.4.5
============================================================
creating cache ./config.cache
checking whether to use symlinks for manpages... no
checking compression for manpages... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for unistd.h... yes
checking for limits.h... yes
checking for building with threads... no (default)
checking if the compiler understands -pipe... yes
checking for required early compiler flags...  _LARGEFILE64_SOURCE
checking for 64-bit integer type... long long
checking for struct dirent64... no
checking for struct stat64... yes
checking for off64_t... yes
checking whether byte ordering is bigendian... no
checking for getcwd... yes
checking for opendir... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoll... yes
checking for strtoull... yes
checking for tmpnam... yes
checking for waitpid... yes
checking for strerror... yes
checking for getwd... yes
checking for wait3... yes
checking for uname... yes
checking for realpath... yes
checking dirent.h... yes
checking for errno.h... yes
checking for float.h... yes
checking for values.h... yes
checking for limits.h... (cached) yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/wait.h... yes
checking for dlfcn.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for sys/modem.h... no
checking termios vs. termio vs. sgtty... termios
checking for fd_set in sys/types... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for tm_zone in struct tm... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking tm_tzadj in struct tm... no
checking tm_gmtoff in struct tm... yes
checking long timezone variable... yes
checking for st_blksize in struct stat... yes
checking for fstatfs... yes
checking for 8-bit clean memcmp... yes
checking for memmove... yes
checking proper strstr implementation... yes
checking for strtoul... yes
checking for strtod... yes
checking for strtod... (cached) yes
checking for Solaris2.4/Tru64 strtod bugs... ok
checking for ANSI C header files... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for socklen_t... yes
checking for opendir... (cached) yes
checking union wait... yes
checking for strncasecmp... yes
checking for BSDgettimeofday... no
checking for gettimeofday... yes
checking for gettimeofday declaration... present
checking whether char is unsigned... no
checking signed char declarations... yes
checking for a putenv() that copies the buffer... no
checking for langinfo.h... yes
checking whether to use nl_langinfo... yes
checking for sin... no
checking for main in -lieee... yes
checking for main in -linet... no
checking for net/errno.h... no
checking for connect... yes
checking for gethostbyname... yes
checking how to build libraries... static
checking for ranlib... ranlib
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... ./configure: 1: Syntax error: Unterminated quoted string
tcl8.3.2 configuration failed! Exiting ...
Tcl is not part of the ns project.  Please see www.Scriptics.com
to see if they have a fix for your platform.

obrigado</description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: Thiago</title>
		<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/#comment-3530</link>
		<dc:creator>Thiago</dc:creator>
		<pubDate>Thu, 12 Jun 2008 04:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://arthurfurlan.com.br/blog/2007-09-15/instalando-o-ns-2-no-ubuntu-710/#comment-3530</guid>
		<description>Olá novamente Arthur,

Desculpa por ter postado algo meio abstrato. Estou utilizando o ubuntu 7.10.

Sim, segui a rigor as instruções presentes neste tutorial. Acho que meus problemas se iniciam na instalação dos pacotes necessários ao ns-2, pois aparecem msgs como:

Não é possível encontrar nenhum pacote que casasse com  "autoconf" ou "libxmu-dev"
0 pacotes  atualizados, 0 pacotes novos instalados...

Acho que o comprometimento na instação destes pacotes impede que o restante da instalação ocorra de maneira correta.

Obrigado por sua ajuda Arthur, se quiser apagar o post anterior tudo bem.

[]'s</description>
		<content:encoded><![CDATA[<p>Olá novamente Arthur,</p>
<p>Desculpa por ter postado algo meio abstrato. Estou utilizando o ubuntu 7.10.</p>
<p>Sim, segui a rigor as instruções presentes neste tutorial. Acho que meus problemas se iniciam na instalação dos pacotes necessários ao ns-2, pois aparecem msgs como:</p>
<p>Não é possível encontrar nenhum pacote que casasse com  &#8220;autoconf&#8221; ou &#8220;libxmu-dev&#8221;<br />
0 pacotes  atualizados, 0 pacotes novos instalados&#8230;</p>
<p>Acho que o comprometimento na instação destes pacotes impede que o restante da instalação ocorra de maneira correta.</p>
<p>Obrigado por sua ajuda Arthur, se quiser apagar o post anterior tudo bem.</p>
<p>[]&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venyton Izidoro</title>
		<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/#comment-3528</link>
		<dc:creator>Venyton Izidoro</dc:creator>
		<pubDate>Thu, 12 Jun 2008 01:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://arthurfurlan.com.br/blog/2007-09-15/instalando-o-ns-2-no-ubuntu-710/#comment-3528</guid>
		<description>tentei com o env -i ./install, mas não funcionou, estou procurando uma solução 

=P

obrigado mesmo assim ^^</description>
		<content:encoded><![CDATA[<p>tentei com o env -i ./install, mas não funcionou, estou procurando uma solução </p>
<p>=P</p>
<p>obrigado mesmo assim ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Furlan</title>
		<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/#comment-3519</link>
		<dc:creator>Arthur Furlan</dc:creator>
		<pubDate>Wed, 11 Jun 2008 01:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://arthurfurlan.com.br/blog/2007-09-15/instalando-o-ns-2-no-ubuntu-710/#comment-3519</guid>
		<description>&lt;b&gt;Thiago:&lt;/b&gt;
1. Você executou corretamente os passos anteriores a instalação ao ns-2? Houve algum erro?
2. Você está instalando a versão &lt;i&gt;allinone&lt;/i&gt; do ns-2? Está instalando qual versão? Em qual distribuição?
3. O ns-2 deve ter gerado alguma mensagem de erro melhor do que o &lt;i&gt;Error 1&lt;/i&gt;, tente encontrar e depois poste aqui... Só isso não ajuda muito a desvendar o problema! :)

O problema é que você não conseguiu compilar o tk... A questão agora é: porque não? :)


&lt;b&gt;Venyton Izidoro:&lt;/b&gt;
Se você está usando Ubuntu já é um bom começo! :)

Esse seu erro é &lt;b&gt;bem&lt;/b&gt; estranho, nunca vi nada parecido... Dando um procurada no Google, encontrou algumas fontes falando em executar o comando com &lt;i&gt;env -i&lt;/i&gt; na frente. Você já tentou isso?

&lt;pre&gt;&lt;code&gt;
$ env -i ./install
&lt;/code&gt;&lt;/pre&gt;

Talvez precisa fazer um &lt;i&gt;make clean&lt;/i&gt; antes...</description>
		<content:encoded><![CDATA[<p><b>Thiago:</b><br />
1. Você executou corretamente os passos anteriores a instalação ao ns-2? Houve algum erro?<br />
2. Você está instalando a versão <i>allinone</i> do ns-2? Está instalando qual versão? Em qual distribuição?<br />
3. O ns-2 deve ter gerado alguma mensagem de erro melhor do que o <i>Error 1</i>, tente encontrar e depois poste aqui&#8230; Só isso não ajuda muito a desvendar o problema! :)</p>
<p>O problema é que você não conseguiu compilar o tk&#8230; A questão agora é: porque não? :)</p>
<p><b>Venyton Izidoro:</b><br />
Se você está usando Ubuntu já é um bom começo! :)</p>
<p>Esse seu erro é <b>bem</b> estranho, nunca vi nada parecido&#8230; Dando um procurada no Google, encontrou algumas fontes falando em executar o comando com <i>env -i</i> na frente. Você já tentou isso?</p>
<pre><code>
$ env -i ./install
</code></pre>
<p>Talvez precisa fazer um <i>make clean</i> antes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venyton Izidoro</title>
		<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/#comment-3518</link>
		<dc:creator>Venyton Izidoro</dc:creator>
		<pubDate>Wed, 11 Jun 2008 01:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://arthurfurlan.com.br/blog/2007-09-15/instalando-o-ns-2-no-ubuntu-710/#comment-3518</guid>
		<description>Olá Arthur, sou orientando da prof Gisane da Unicentro, estou usando Ubuntu 8.04, semana passada instalei o ns tranquilo usando o seu tutorial, mas tive que reinstalar o ubuntu e agora durante a instalação da esse erro:

============================================================
* Build tcl8.4.13
============================================================
configure: warning: Trabalho/ns-allinone-2.30: invalid host type
configure: error: can only configure for one host and one target at a time
tcl8.3.2 configuration failed! Exiting ...
Tcl is not part of the ns project.  Please see www.Scriptics.com
to see if they have a fix for your platform.

sabe o que pode ser?

obrigado</description>
		<content:encoded><![CDATA[<p>Olá Arthur, sou orientando da prof Gisane da Unicentro, estou usando Ubuntu 8.04, semana passada instalei o ns tranquilo usando o seu tutorial, mas tive que reinstalar o ubuntu e agora durante a instalação da esse erro:</p>
<p>============================================================<br />
* Build tcl8.4.13<br />
============================================================<br />
configure: warning: Trabalho/ns-allinone-2.30: invalid host type<br />
configure: error: can only configure for one host and one target at a time<br />
tcl8.3.2 configuration failed! Exiting &#8230;<br />
Tcl is not part of the ns project.  Please see <a href="http://www.Scriptics.com" rel="nofollow">http://www.Scriptics.com</a><br />
to see if they have a fix for your platform.</p>
<p>sabe o que pode ser?</p>
<p>obrigado</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiago</title>
		<link>http://arthurfurlan.org/blog/2007/09/15/instalando-o-ns2-no-ubuntu-710/#comment-3498</link>
		<dc:creator>Thiago</dc:creator>
		<pubDate>Mon, 09 Jun 2008 04:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://arthurfurlan.com.br/blog/2007-09-15/instalando-o-ns-2-no-ubuntu-710/#comment-3498</guid>
		<description>Olá Arthur, 

Sou mais um iniciante no linux e NS-2 e preciso instalar o simulador para dar continuidade ao meu projeto de iniciação científica, entretanto estou com um problema.

Segui seu tutorial, mas durante o processo de instalação do simulador ocorre um erro:

Make: ** [tk3d.o] Erro 1
tk8.4.13 make failed! Exiting...

Entrei na página de help do ns-2 mas não entendi a solução do problema.

Obrigado por sua ajuda e parabéns pelo tutorial.</description>
		<content:encoded><![CDATA[<p>Olá Arthur, </p>
<p>Sou mais um iniciante no linux e NS-2 e preciso instalar o simulador para dar continuidade ao meu projeto de iniciação científica, entretanto estou com um problema.</p>
<p>Segui seu tutorial, mas durante o processo de instalação do simulador ocorre um erro:</p>
<p>Make: ** [tk3d.o] Erro 1<br />
tk8.4.13 make failed! Exiting&#8230;</p>
<p>Entrei na página de help do ns-2 mas não entendi a solução do problema.</p>
<p>Obrigado por sua ajuda e parabéns pelo tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
