This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygport cross-compiling beta1


On 7/19/2010 9:49 PM, Yaakov (Cygwin/X) wrote:
> On Sat, 2010-07-17 at 16:26 -0400, Charles Wilson wrote:
>> The following flags are used in the official mingw compiler, but not here:
>> 	--enable-shared (but that's okay, as it is default)
>> 	--enable-libgomp
> 
> AFAIK --enable-shared and --enable-libgomp are the defaults.

Nope, apparently not.  After making sure that pthread was installed in
/usr/i686-pc-mingw32/sys-root, and rebuilding gcc:

...
The following languages will be built: c,c++,fortran,lto,objc,obj-c++
*** This configuration is not supported in the following subdirectories:
     target-libmudflap target-libgomp target-zlib
    (Any other directories should still work fine.)
...
configure: Debug build flags set to -g3 -O0
checking for additional debug build... no
configure: target-libgomp not built
checking for parallel mode support... no
...

Rebuilding again, this time with --enable-libgomp (and, as discussed in
my reply to JonY, sadly without --enable-fully-dynamic-strings).

Also, with --disable-win32-registry.

As an experiment, I also added
	--localedir=/usr/${TOOLCHAIN_TARGET}/share/locale
We'll see if that actually works.

--
Chuck


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]