* Peter Karlsson <[EMAIL PROTECTED]> [2008-04-24 18:08]: > Hi, > > I'm trying to build a linux package called lcdusb on OpenSolaris RC2, > and it's bailing during the configure phase complaining on that it > can't find limits.h. > > -bash-3.2# more /etc/release > Open Solaris 2008.05 snv_86_rc2 X86 > Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. > Use is subject to license terms. > Assembled 21 April 2008 > -bash-3.2# find / -name "limits.h" -print > /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/install-tools/include/ > limits.h > -bash-3.2# > > Guess I could grab limits.h from the src repository and stick it in / > usr/include to fix my immediate issue, but shouldn't it be there by > default??
$ pfexec pkg install SUNWhea We made SUNWgcc declare SUNWhea as a dependency, so $ pfexec pkg install SUNWgcc will get you both. (This dependency is also present in the Sun Studio Express package that's coming.) - Stephen -- [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ tools-discuss mailing list [email protected]
