How to force executable creation

Hello all
Im using sun9 compiler and I like to create executable even if I have undefined symbols
Some one knows what is the flag to do so ?

If your talking about a finnished compiled file whihc is executable, then
# chmod 755 <file>

Are you building a static or a dynamic executable?