Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: Re[4]: [ptp-user] ptp_orte_proxy

The configure script checks for the 'orted' program in your path. Try adding the location of the Open MPI bin directory to your PATH first:

PATH=$PATH:/share/openmpi/bin
CFLAGS=-I/share/openmpi/include LDFLAGS="-L/share/openmpi/lib -Wl,- rpath,/share/openmpi/lib" sh BUILD 2>&1 | tee build.log

Regards,

Greg

On Feb 16, 2009, at 1:00 AM, Белоцерковский Александр wrote:

Hi, PTP User list.

You wrote on 14 февраля 2009 г., 21:36:32:

Check the output from the BUILD command. Did it complete successfully?
Where there any errors?

Yes.

----
if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -I/share/openmpi/ include -MT libaif _a-error.o -MD -MP -MF ".deps/libaif_a-error.Tpo" -c -o libaif_a- error.o `test -
f 'error.c' || echo './'`error.c; \
then mv -f ".deps/libaif_a-error.Tpo" ".deps/libaif_a-error.Po"; else rm -f ".de
ps/libaif_a-error.Tpo"; exit 1; fi
ar cru libaif.a libaif_a-aif.o libaif_a-calc.o libaif_a-fds.o libaif_a-array.o l ibaif_a-conv.o libaif_a-cmp.o libaif_a-print.o libaif_a-error.o libaif_a-io.o li
baif_a-struct.o libaif_a-util.o
if mpicc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./libaif -g - I/share/open mpi/include -Wall -I../org.eclipse.ptp.utils_2.0.1.200806061515/ include -I../org .eclipse.ptp.proxy_2.0.1.200806061515/include -MT src/utils/ libdbgutils_a-error. o -MD -MP -MF "src/utils/.deps/libdbgutils_a-error.Tpo" -c -o src/ utils/libdbgut ils_a-error.o `test -f 'src/utils/error.c' || echo './'`src/utils/ error.c; \ then mv -f "src/utils/.deps/libdbgutils_a-error.Tpo" "src/ utils/.deps/libdbgutil s_a-error.Po"; else rm -f "src/utils/.deps/libdbgutils_a-error.Tpo"; exit 1; fi ar cru libdbgutils.a src/utils/libdbgutils_a-error.o src/utils/ libdbgutils_a-bre akpoint.o src/utils/libdbgutils_a-stackframe.o src/utils/ libdbgutils_a-event.o s rc/utils/libdbgutils_a-itimer.o src/utils/libdbgutils_a-memoryinfo.o src/utils/l ibdbgutils_a-signalinfo.o src/utils/libdbgutils_a-debug.o src/utils/ libdbgutils_
a-runtime.o
 error_msg(char *fmt, ...)
       vasprintf(&error_str, fmt, ap);
 print_error_msg()
configure: error: Open MPI not installed, skipping...
----


But OpenMPI was installed. But, problem may be because of PATH...
Below is as i builded ptp:

CFLAGS=-I/share/openmpi/include LDFLAGS="-L/share/openmpi/lib -Wl,- rpath,/share/openmpi/lib" sh BUILD 2>&1 | tee build.log



_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top