logo       
Google Custom Search
    AddThis Social Bookmark Button

r10517 - trunk/fundev/sources/lib/run-time/pentium-freebsd: msg#00020

Subject: r10517 - trunk/fundev/sources/lib/run-time/pentium-freebsd
Author: hannes
Date: Fri Feb 10 22:51:28 2006
New Revision: 10517

Modified:
   trunk/fundev/sources/lib/run-time/pentium-freebsd/elf-linker.script
   trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam
Log:
Bug: 7297
there's no libdl on FreeBSD ;)


Modified: trunk/fundev/sources/lib/run-time/pentium-freebsd/elf-linker.script
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-freebsd/elf-linker.script 
(original)
+++ trunk/fundev/sources/lib/run-time/pentium-freebsd/elf-linker.script Fri Feb 
10 22:51:28 2006
@@ -41,7 +41,7 @@
 
 
 libcmt
--lpthread -ldl -lc
+-lpthread -lc
 
 libgc
 -lmmdw

Modified: 
trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam     
(original)
+++ trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam     
Fri Feb 10 22:51:28 2006
@@ -42,7 +42,7 @@
          linux-spy-interfaces.o
          linux-support.o ;
 
-rtlibs ?= $(LIBDIR)/runtime/$(RTOBJS) -lmmdw -lmpsplan -lpthread -ldl ;
+rtlibs ?= $(LIBDIR)/runtime/$(RTOBJS) -lmmdw -lmpsplan -lpthread ;
 
 guilflags ?= ;
 
@@ -327,7 +327,7 @@
 }
 
 actions LinkEXE bind NEEDLIBS {
-  $(CC) -o $(<) -T $(LINKSCRIPTEXE) -Wl,-rpath,"$(LIBPATH:J=:)" $(LINKFLAGS) 
$(>) -L"$(LIBPATH)" $(NEEDLIBS) $(LINKLIBS)
+  $(CC) -o $(<) -T $(LINKSCRIPTEXE) -Wl,-rpath,"$(LIBPATH:J=:)" $(LINKFLAGS) 
$(>) -L"$(LIBPATH)" $(NEEDLIBS) $(LINKLIBS) -lpthread
 }
 
 #
-- 
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://www.gwydiondylan.org/mailman/listinfo/gd-chatter




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>