NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/53722: Static binaries don't support locales that are implemented using shared objects



The following reply was made to PR lib/53722; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: lib/53722: Static binaries don't support locales that are
 implemented using shared objects
Date: Sun, 11 Nov 2018 23:08:02 +0000

 The premise is wrong though...
 
 fly@planets ~> cat test.c
 #include <stdio.h>
 int main() {
 	printf("Hello World!\n");
 	return 0;
 }
 fly@planets ~> cc test.c -static -o static; cc test.c -o dynamic
 fly@planets ~> ls -lh dynamic static
 -rwxr-xr-x  1 fly  users  7.8K Nov 12 01:05 dynamic
 -rwxr-xr-x  1 fly  users  180K Nov 12 01:05 static
 
 a static system is going to be bigger
 


Home | Main Index | Thread Index | Old Index