Hi,

[EMAIL PROTECTED] wrote:
cd ./unxsogi.pro/misc/build/STLport-4.0/src && make -f gcc.mak -j1 && touch /export/home/release/roos4Solaris/stlport/./unxsogi.pro/misc/build/so_built_so_stlport
make: Warning: Ignoring DistributedMake -j option
make: Fatal error: No dmake max jobs argument after -j flag

This might help.
http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=23071

STLport-4.0 probably expects GNU make instead of make that comes with Solaris.

mv /usr/ccs/bin/make /usr/ccs/bin/make-for-solaris
mv /usr/bin/make /usr/bin/make-for-solaris    ... if /usr/bin holds make.
ln -s gmake /usr/sfw/bin/make

Tora

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to