Displaying 14 results from an estimated 14 matches for "extra_libs".
2012 Jun 20
9
[PATCH 0 of 1 v2] tools: honour --libdir when it is passed to ./configure
I''ve removed all the LIBLEAF bits in this version, but kept passing
the libfsimage plugin location via compiler command line.
If there''s a better way to do this, I''m certainly open to it. But
looking at it further today I think this isn''t too horrible.
Matt
2005 Dec 14
1
[PATCH] use HOSTCC to determine HOSTCFLAGS
Hi.
HOSTCC should be used to set HOSTCFLAGS instead of CC.
There is a case where HOSTCC doesn''t accept -Wdeclaration-after-statement,
while CC does. It results in a compilation error.
This patch fixes it
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
--
diff -r 94cb428d363d -r 164e8408c67a Config.mk
--- a/Config.mk Mon Dec 12 15:20:51 2005 +0900
+++ b/Config.mk Mon Dec
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also.
Resend this patches because they suffered some modifications and where scattered along the mailing list.
Please review, thanks Roger.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can
override the default by setting a WXRUBY_NO_UNICODE environment variable.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2000 Apr 03
2
problem compiling 2.0.6 --with-smbmount
...It applies a patch which creates a makefile, smb.conf,
init.d script, etc, then builds and installs the package. I tried the
same thing, simply adding --with-smbmount to the configure part and it
bombs. This is what I'm doing, from the samba-2.0.6 directory where
the sources unpack:
export EXTRA_LIBS="-lcrypt"
make -f MakeFile.SuSELinux compile
where the relevant part of Makefile.SuSELinux reads:
compile:
( cd source; \
./.configure --prefix=/usr/local --libdir=/etc \
--with-privatedir=/etc --localstatedir=/var/log \
--with-swatdir=/usr/local/lib/samba/swat \
--with-smbmou...
2017 Jun 12
0
AIX lacks getopt_long
* As a test I added the 'struct option' to the file needing it, and
this confirmed the need for getopt_long() which AIX libc.a does not
include.
* p.s. I ran this dry-run from the "root" directory, perhaps it would
be better from the ./src directory
--- src/x071-test/src/doveadm/doveadm-cmd.c 2017-06-12 06:10:53 +0000
+++ src/AIX-port/src/doveadm/doveadm-cmd.c
2007 Mar 26
0
[919] trunk/wxruby2/rake/rakelinux.rb: Use wxWidgets built-in support libs; add wxScintilla option
...amp;nbsp2007-03-26 19:09:34 UTC (rev 919)
</span><span class="lines">@@ -22,8 +22,7 @@
</span><span class="cx"> if($link_wx_statically)
</span><span class="cx">         $extra_libs = "-Wl,-Bdynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 " +
</span><span class="cx">         "-lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 " +
</span><del>- &am...
2006 Nov 01
0
[719] trunk/wxruby2: Hide unsupported PrinterDC class on GTK (Alex Fenton)
...efile        2006-11-01 01:37:15 UTC (rev 719)
</span><span class="lines">@@ -34,6 +34,8 @@
</span><span class="cx"> $extra_objs = ""
</span><span class="cx"> $extra_libs = ""
</span><span class="cx"> $link_output_flag = "-o "
</span><ins>+# some classes are not implemented by WxWidgets on all platforms
+$excluded_classes = []
</ins><span class="cx">
</span><span class="cx&quo...
2006 May 09
0
[PATCH] build: make linux download more flexible
Hi,
Here is an updated version of this patch for xen-unstable.hg 9960.
Please consider it for inclusion.
--
Horms http://www.vergenet.net/~horms/
build: make linux download more flexible
* Allow LINUX_REPO to specify the URL of the repository for the linux kernel,
- Defaults is: http://www.kernel.org/pub/linux/kernel/
* Allow LINUX_REPO to be
2007 Dec 31
4
1.1b13 build in FreeBSD fails using 'make'; 'gmake' apparently required
hi,
i'm doing a 1st build of dovecot in a freebsd 62R jail.
following instructions at
http://wiki.dovecot.org/CompilingSource
./configure
make
sudo make install
after an OK 'configure', @ 'make', i get
make
make all-recursive
Making all in src
Making all in lib
make: don't know how to make unicodemap.c. Stop
*** Error code 1
Stop in
2007 Jul 23
0
[1142] trunk/wxruby2/README: Updated README with latest version info and Kevin credit
...f the following variables:
</span><ins>+
</ins><span class="cx"> $extra_cppflags
</span><span class="cx"> $extra_ldflags
</span><span class="cx"> $extra_objs
</span><span class="cx"> $extra_libs
</span><span class="cx">
</span><span class="cx">
</span><ins>+CREDITS
+
+Kevin Smith set up the wxruby2 project using SWIG and did much of the
+work that still forms the core of the library in its present form. Over
+the years dozens of vol...
2011 Oct 18
18
make install not creating lib entries in /usr/lib under Ubunu 11.10
I am building xen-unstable (23860:a422e2a4451e) on Ubuntu 11.10. I
noticed that the "make install" does not create lib entries in
/usr/lib/. I see them only in /usr/lib64/. This is causing program
like xenpaging to not find the xenctrl library (error while loading
shared libraries: libxenctrl.so.4.2: cannot open shared object file:
No such file or directory) Is this expected behavior or
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have
checked in the related changes to reflect the name change. Anyone with a
CVS tree will need to re-checkout from CVS because of the module name
change.
There is now a wx.rb in the lib/ directory, which loads the wxruby2
shared library that gets built.
I have tagged this as 0.0.22.
Next steps:
- Apply Choice.i patch from
2013 Apr 24
12
[PATCH 00/12] Various patches for fixing separated builds.
This just fixes 'make'.
'make check' is still broken. Further patches for that to follow
tomorrow.
Rich.