gcc installation

hi ,
     i am using beagle board Xm . much new to angstorm and
beagleboard .i am very i tried to install gcc using opkg install gcc ,
it shows this message " Package gcc(4.3.3-r24.1.6) installed in root
is up to date." when it tried to run gcc , it shows this msg -"-sh:
gcc: not found ".

could any body help me out , is the gcc installed ? or else how should
i install ?
could some one give some information for installing gcc .

regards,
rahul.

check your default shell configuration

I used opkg install task-native-sdk to get the correct stuff for me to run GCC. It may be overkill, but it made things work for me in the past.

Wim.

After installing task-native-sdk, I also had to fix up symlinks for gcc

ln -s /lib/libgcc_s.so.1 /usr/lib/libgcc_s.so
ln -s /lib/libgcc_s.so.1 /usr/lib/libgcc_s.so.1

This is for Angstrom image that came with the Beagle xM