ld Manual

ld Options
ld Manual529650.001
2-7
-bglobalized
-bglobalized
Directs ld to use this sequence as its linker searchList when resolving the file names
specified for -l or -lib:
1. The linker searchList itself
2. Libraries on the libList
3. Breadth-first transitive closure of libraries on the libList
4. Implicit libraries
A file name that is either a relative OSS path name or a Guardian file name that is not
qualified is found by using search path lists (see Searching for Archives and Libraries
on page 1-19).
You cannot use -bglobalized with:
-blocalized
-bsemi_globalized or -bsymbolic
The default is the -blocalized action.
-blocalized
Directs ld to use this sequence as its linker searchList when resolving the file names
specified for -l or -lib:
1. The linker searchList itself
2. Libraries on the libList
3. Breadth-first transitive closure of re-exported libraries
4. Implicit libraries
A file name that is either a relative OSS path name or a Guardian file name that is not
qualified is found using search path lists (see Searching for Archives and Libraries on
page 1-19).
You cannot use -blocalized with:
-bglobalized
-bsemi_globalized or -bsymbolic
This is the default ld action.
-bglobalized
-blocalized