failed to compile ACE examples

S

sam++

Hi,

I cd into examples/DLL/ and type "make", it failed to compile the
example. The error is:
[...examples/DLL]# make
make - -f DLL_Today.bor all
make: don't know how to make all. Stop
*** Error code 2

Stop in /usr/ports/devel/ace+tao/work/ACE_wrappers/examples/DLL.

But according to the README file in examples/DLL, it described how to
build ACE example in UNIX:
Compilation and Execution:
-------------------------

1. On POSIX/UNIX platforms:

First, build the test program, which you can do on UNIX as follows:

% make

Then run the test program:

% test_dll

to exercise the test.

Can anyone tell me how to compile ACE examples under Unix? I m using 5.4
BSD.

Thanks
Sam
 
A

Andre Kostur

sam++ said:
Hi,

I cd into examples/DLL/ and type "make", it failed to compile the
example. The error is:
[...examples/DLL]# make
make - -f DLL_Today.bor all
make: don't know how to make all. Stop
*** Error code 2

You're in the wrong newsgroup. comp.lang.c++ deals with discussing
Standard C++. You're asking about ACE/TAO and specifically how to compile
it, which is a platform-specific question. You'll have to find a more
appropriate newsgroup.

However, based upon what info you did supply, it looks like you're
confused. You seem to be trying to compile on UNIX, but trying to compile
a DLL (a Win32 thing) using the Borland compiler (also a Win32 thing)...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top