TNG and the IRIX linker

Luke Kenneth Casson Leighton lkcl at samba.org
Thu Jan 20 17:26:09 GMT 2000


greg, see if the latest stuff works, i just added Elrond's VERY cool
libtool patch.

if it doesn't, send me a patch for Makefile.in.  you do the work, i commit
it :)  thx!

On Fri, 21 Jan 2000, Greg Dickie wrote:

> 
> Hi,
> 
>   I really do like the idea of using .so libraries EXCEPT the IRIX linker is
> not happy with the link line. This is due to the way the linker resolves
> symbols. Would it be possible to move the $(SAMBA_LIBS) variable to the end of
> the linkline?
> 
> eg: 
> current:
> bin/samrd: $(SAMBA_LIBS) $(SAMRD_OBJ) bin/.dummy
>         @echo Linking $@
>         @$(CC) $(FLAGS) -o $@ $(SAMBA_LIBS) $(SAMRD_OBJ) $(LDFLAGS) $(LIBS)
> new:
> bin/samrd: $(SAMBA_LIBS) $(SAMRD_OBJ) bin/.dummy
>         @echo Linking $@
>         @$(CC) $(FLAGS) -o $@ $(SAMRD_OBJ) $(LDFLAGS) $(LIBS) $(SAMBA_LIBS)
> 
> 
> Thanks,
> Greg
> 
> 
> ---------------------------------------------------------------------
> Greg Dickie
> Just A Guy*
> *from discreet (the logic is gone)
> Montreal 
> (514) 954-7171
> greg at discreet.com
> 

<a href="mailto:lkcl at samba.org"   > Luke Kenneth Casson Leighton    </a>
<a href="http://www.cb1.com/~lkcl"> Samba and Network Development   </a>
<a href="http://samba.org"        > Samba Web site                  </a>
<a href="http://www.iss.net"      > Internet Security Systems, Inc. </a>
<a href="http://mcp.com"          > Macmillan Technical Publishing  </a>

 ISBN1578701503 DCE/RPC over SMB: Samba and Windows NT Domain Internals



More information about the samba-ntdom mailing list