I think the problem is that you have .o files in your src directory.
The Ptolemy 0.x directory structure supports simultaneous builds on
multiple platforms. The idea is that each platform (Solaris, HPUX
etc.) reads the sources from the src directory and creates .o files in
the obj.$PTARCH directory.
Usually, make is run in $PTOLEMY/obj.$PTARCH, not $PTOLEMY/src.
To fix your situation, you might try:
cd $PTOLEMY/src; make clean
cd $PTOLEMY/obj.$PTARCH; make
-Christopher
--------
I have followed the instructions, to create a pigiRpc with my own
CG-Domain, of the programmer`s manual on page 15-12.
When I do
cd $PTOLEMY/obj.$PTARCH/pigiRpc; make
I get the following error message
gcc: pigiMain.o No: such file or directory
make: *** [pigiRpc] Error 1
Is sufficient to copy the pigiMain.o file from
$PTOLEMY/src/pigiRpc
or must I call a make command or something else.
Thanks
Michael Henze
---------------------------------------------------------------------------
-
Posted to the ptolemy-hackers mailing list. Please send administrative
mail for this list to: [EMAIL PROTECTED]
--------
----------------------------------------------------------------------------
Posted to the ptolemy-hackers mailing list. Please send administrative
mail for this list to: [EMAIL PROTECTED]