TNG and the IRIX linker

Greg Dickie greg at discreet.com
Thu Jan 20 17:33:14 GMT 2000


You should be comitted. Ha ha yuck yuck !!! I crack me up.... cvs update'ing
now...

Will it bust other UNIXes though? I can test linux.

Thanks,
Greg

On 20-Jan-00 Luke Kenneth Casson Leighton wrote:
> 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

---------------------------------------------------------------------
Greg Dickie
Just A Guy*
*from discreet (the logic is gone)
Montreal 
(514) 954-7171
greg at discreet.com



More information about the samba-ntdom mailing list