Something is wrong with your configure. The correct command is:
ar rc libgw ...
ar is the archiver that builds the library. Should be under /usr/ccs/bin.
Rerun your configure and watch for any errors or missing components.
BR,
Nikos
----- Original Message -----
From: Ahmed Ashour
To: [email protected]
Sent: Sunday, October 31, 2010 1:07 PM
Subject: rc: command not found
Dear all,
On SunOS, I am having "rc: command not found".
What could be the reason?
bash-3.00$ make
rc libgw.a gw/wap_push_ota.o gw/wap-maps.o gw/ota_compiler.o gw/dlr_mysql.o
gw/wap_push_pap_compiler.o gw/wap-appl.o gw/wap_push_si_compiler.o
gw/bb_smscconn.o gw/urltrans.o gw/bb_http.o gw/wap_push_ppg_pushuser.o
gw/dlr_oracle.o gw/xml_shared.o gw/msg.o gw/bb_udp.o gw/bb_store_file.o
gw/load.o gw/bb_store_spool.o gw/mime_decompiler.o gw/html.o
gw/wap_push_ppg.o gw/heartbeat.o gw/dlr_sdb.o gw/dlr_mem.o gw/dlr_pgsql.o
gw/wap_push_pap_mime.o gw/numhash.o gw/bb_store.o gw/wml_compiler.o
gw/ota_prov.o gw/sms.o gw/bb_boxc.o gw/bb_alog.o gw/wap_push_sl_compiler.o
gw/shared.o gw/dlr.o gw/wap-error.o gw/smscconn.o gw/smsc/smsc_sema.o
gw/smsc/smsc_http.o gw/smsc/smsc_soap.o gw/smsc/smpp_pdu.o
gw/smsc/smasi_pdu.o gw/smsc/smsc_ois.o gw/smsc/smsc_at.o gw/smsc/smsc_smpp.o
gw/smsc/smsc_cimd2.o gw/smsc/smsc_smasi.o gw/smsc/smsc_emi.o
gw/smsc/emimsg.o gw/smsc/smsc_fake.o gw/smsc/smsc.o gw/smsc/smsc_cgw.o
gw/smsc/smsc_emi_x25.o gw/smsc/smsc_oisd.o gw/smsc/smsc_wrapper.o
gw/smsc/smsc_cimd.o
/bin/bash: rc: command not found
make: *** [libgw.a] Error 127
Thanks for help,
Ahmed