Hi,

I do compiling and installing mico,before.but I cant run naming example in separate terminal on linux(I want dont make use of make command and ./account_test ? )

I do to make use of  follow commands to compiling client and sever of naming example:

1) idl --poa account.idl

2)  mico-c++ -I. -c server.cc  -o server.o

3)  mico-c++ -I. -c client.cc  -o client.o

4) mico-c++ -I. -c  account.cc -o account.o

5) mico-ld -o server  server.o account.o -lmico2.3.11

6) mico-ld -o client  client.o account.o -lmico2.3.11

also I do running nsd in separate terminal.

but I to face with errors about NameService. what must I do?


--

___________________________________________________
Play 100s of games for FREE! http://games.mail.com/

_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to