On 9 April 2012 10:59, Paul Smedley wrote: > Hi All, > > As part of updating the OS/2 port of GCC from v4.4.x to v4.6.x I've hit a > snag where the passing of options to the linker is no longer working. > > Previous OS/2 builds of gcc have supported -Zlinker zzzz on the command line > to pass the option zzzz to the linker. > > With previous gcc versions this worked, however with 4.6 I get an error > about gcc not recognising the option. > > I added: > -Zlinker > driver separate
Can you simply make it an alias of the existing -Xlinker option? -Zlinker Driver Separate Alias(-Xlinker)