Robert Buick wrote: > Unfortunately the /tmp/SFEeclipse.log file is 328MB but here is the tail: > > [...]-I/export/home/rbuick/packages/BUILD/SFEeclipse-3.4M2/i386/eclipse-3.4M2/plugins/org.eclipse.update.core.solaris/src/../../org.eclipse.update.core.solaris/src/ > -I/usr/jdk/instances/jdk1.6.0/jre/../include/solaris -KPIC libupdate.so > pkgbuild: > pkgbuild: BUILD SUCCESSFUL > pkgbuild: Total time: 10 minutes 46 seconds > pkgbuild: + make -C plugins/org.eclipse.core.filesystem/natives/unix/solaris > pkgbuild: Usage : make [ -f makefile ][ -K statefile ]... [ -d ][ -dd ][ -D > ][ -DD ] > pkgbuild: [ -e ][ -i ][ -k ][ -n ][ -p ][ -P ][ -q ][ -r ][ -s > ][ -S ][ -t ] > pkgbuild: [ -u ][ -w ][ -V ][ target... ][ macro=value... ][ > "macro +=value"... ] > pkgbuild: make: Fatal error: Unknown option `-C' >
Looks like it is expecting GNU make and getting Solaris make instead. GNU Make has the -C option. What user is pkgbuild running as ? Does that user have /usr/gnu/bin before /usr/ccs/bin in the PATH ? The SUNWgmake package delivers GNU make as /usr/gnu/bin/make. Regards, Moinak.