Greetings all. I have been trying to get a live USB to boot on my HP laptop, without success.
I believe it is due to the U3 firmware embedded in Sandisk USB sticks, so I downloaded the u3-tool from Sourceforge, which removes the offending U3 firmware.
The problem is, when I cd to /home/tux/Desktop/u3-tool-0.3 and run ./configure, xterm returns an
error message, citing "no acceptable C compiler found in $PATH"
So I figure, no problem, just get-install the gcc package from the Tazpkg repository. Everything
seems to run just fine in xterm - no errors - ends the install with " gcc (4.5.2) is installed "
Now, how do I get u3-tool, which resides in /home/tux/Desktop, to recognize that gcc IS in fact
installed? Because it continues to insist "no acceptable C compiler" can be found. In fact,
(and I'm sure I'm missing something pretty basic here) I have been unable to get ANY new package
to properly install. I get a spinning curser, as if the program is installing...then...nothing.
What am I doing wrong?
EBL
ADDENDUM: and yes, I'm logging into xterm with root priveleges before performing the installs...