473,387 Members | 1,512 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Creaing the binary from Makefile

Dear friends

We are in the process of creating the new server binary for Systinet
Server for C++ . We have compiled the demo folder with the command
../configure CXX= /opt/aCC/bin/aCC and then also managed to compile the
hello demo with wsdl compiler. Now to run a demo we need to have the
server binary up and running also the same with the client binary.
The listing under
/export/home/amitbas/systinet/server_cpp65/share/doc/waspc/demos/server
is
$ ls -al
total 154
drwxr-xr-x 3 amitbas users 1024 Nov 10 13:25 .
drwxr-xr-x 12 amitbas users 1024 Nov 10 13:27 ..
drwxrwxrwx 2 amitbas users 96 Nov 10 13:25 .deps
-rw-rw-rw- 1 amitbas users 26058 Nov 10 13:25 Makefile
-rwxr-xr-x 1 amitbas users 1054 Nov 10 08:10
Makefile.am
-rwxr-xr-x 1 amitbas users 30361 Nov 10 08:10
Makefile.in
-rwxr-xr-x 1 amitbas users 665 Nov 10 08:10 README
-rwxr-xr-x 1 amitbas users 646 Nov 10 08:10
config-base.src.xml
-rwxr-xr-x 1 amitbas users 358 Nov 10 08:10
config.src.xml
-rwxr-xr-x 1 amitbas users 318 Nov 10 08:10
endpoints-common.xml
-rwxr-xr-x 1 amitbas users 251 Nov 10 08:10
endpoints-native.xml
-rwxr-xr-x 1 amitbas users 211 Nov 10 08:10
endpoints-openssl.xml
-rwxr-xr-x 1 amitbas users 2687 Nov 10 08:10
endpoints-stlnative.xml
-rwxr-xr-x 1 amitbas users 256 Nov 10 08:10
endpoints-wss.xml
-rwxr-xr-x 1 amitbas users 6616 Nov 10 08:10 server.cpp

We are stuck in creating the binary to run the server.
Can someone please let us know the steps in creating the binary of
server

Thanks for your time
Amit

Nov 14 '06 #1
2 1484
On 13 Nov 2006 20:11:22 -0800, "Amit_Basnak" <Am*********@gmail.com>
wrote in comp.lang.c++:
Dear friends

We are in the process of creating the new server binary for Systinet
Server for C++ . We have compiled the demo folder with the command
./configure CXX= /opt/aCC/bin/aCC and then also managed to compile the
hello demo with wsdl compiler. Now to run a demo we need to have the
server binary up and running also the same with the client binary.
[snip]

You need to ask this question in a group that supports your particular
compiler and operating system combination. It is all about using your
particular tool chain, and nothing to do with the C++ language.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Nov 14 '06 #2
Ok Jack
I have posted the topic in the concerned area.
Thanks
Amit
Jack Klein wrote:
On 13 Nov 2006 20:11:22 -0800, "Amit_Basnak" <Am*********@gmail.com>
wrote in comp.lang.c++:
Dear friends

We are in the process of creating the new server binary for Systinet
Server for C++ . We have compiled the demo folder with the command
./configure CXX= /opt/aCC/bin/aCC and then also managed to compile the
hello demo with wsdl compiler. Now to run a demo we need to have the
server binary up and running also the same with the client binary.

[snip]

You need to ask this question in a group that supports your particular
compiler and operating system combination. It is all about using your
particular tool chain, and nothing to do with the C++ language.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Nov 14 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Bryan Olson | last post by:
Here's the problem: Suppose we use: import socket f = some_socket.makefile() Then: f.read() is efficient, but verbose, and incorrect (or at least does not play will with others);
1
by: Jamie Saker | last post by:
I think I'm overlooking something assumed in socket's makefile method. Googling several hours and digging thru the python reference didn't help - I think I'm overlooking an assumption between...
2
by: Juhan Voolaid | last post by:
Hello I need help with my makefile, so that when I compile my project the source code files would be separated from the object (*.o) files. So if I have: main.cpp and classes.cpp - the...
4
by: Jess | last post by:
Hello, I am now trying to use makefile to compile C++ programs. My makefile looks like: f1.o : f1.cpp h1.h h2.h g++ -c f1.cpp f2.o : f2.cpp h2.h h3.h g++ -c f2.cpp
8
by: xz | last post by:
I am a rookie of C++ and got so confused with the Makefile these days. Could anyone be so kind and give a little sample Makefile for the following particular example? Let's say I have the...
1
by: rpjanaka | last post by:
I am using an open source library called IGI_UDP for measure the available bandwidth of a link (http://www.cs.cmu.edu/%7Ehnn/igi/ ). with that library they have provided a "Makefile" which is not an...
5
by: M.Liang Liu | last post by:
I have a project with the following dirs: --------------------------------------------------------------------------------------- +src |-proj0 |-program1 |-program2 |-proj1 |-program1...
11
by: itdevries | last post by:
Hi, I'm trying to convert some char data I read from a binary file (using ifstream) to a float type. I've managed to convert the int types but now I need to do the float types as well but it...
2
by: chutsu | last post by:
I'm basically a summer student working on a program called Rivet. (http://projects.hepforge.org/rivet/) And I'm trying to port it to BOINC so that the hosts can download the BOINC client and do...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.