Hiya,
I'm currently trying to build and link together a C source executable and have managed to do so on SEQUENT (Dynix) without problems because I can use the linker option:
-Uf
By default, if the linker or ld fails to resolve one or more symbols, it lists those symbols and then terminates with an error message and no output is created. However if the -Uf option is specified, ld supplies a dummy value (zero) for each undefined symbol and proceeds to completion.
I have searched in the ld manual pages on our Sun Unix installation for this option but cannot find one. Can anyone out there suggest or knows an equivalent option for ld which will suppress non-resolved symbols so I can get on building and linking my code?
Many thanks,
James
I'm currently trying to build and link together a C source executable and have managed to do so on SEQUENT (Dynix) without problems because I can use the linker option:
-Uf
By default, if the linker or ld fails to resolve one or more symbols, it lists those symbols and then terminates with an error message and no output is created. However if the -Uf option is specified, ld supplies a dummy value (zero) for each undefined symbol and proceeds to completion.
I have searched in the ld manual pages on our Sun Unix installation for this option but cannot find one. Can anyone out there suggest or knows an equivalent option for ld which will suppress non-resolved symbols so I can get on building and linking my code?
Many thanks,
James