From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Pavel V. Kaygorodov" Newsgroups: gmane.lisp.guile.user Subject: limits for (export ...) Date: Sat, 29 Oct 2011 20:40:07 +0400 Message-ID: <76266DBA-4416-4115-9A70-85C175DF7E94@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1319906423 32728 80.91.229.12 (29 Oct 2011 16:40:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2011 16:40:23 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Oct 29 18:40:17 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RKBxB-0000vW-LN for guile-user@m.gmane.org; Sat, 29 Oct 2011 18:40:17 +0200 Original-Received: from localhost ([::1]:42642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKBxB-0004xK-1y for guile-user@m.gmane.org; Sat, 29 Oct 2011 12:40:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKBx6-0004x4-GN for guile-user@gnu.org; Sat, 29 Oct 2011 12:40:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKBx5-0004gK-II for guile-user@gnu.org; Sat, 29 Oct 2011 12:40:12 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:44574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKBx5-0004fy-7b for guile-user@gnu.org; Sat, 29 Oct 2011 12:40:11 -0400 Original-Received: by faat2 with SMTP id t2so2327417faa.0 for ; Sat, 29 Oct 2011 09:40:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=GtnE7NDdBbMblIgYxb8tdkr9Nw+w9KNsVzulF51c47o=; b=V4M/ltPoHXIk6qCeKzXTexsQ7XkKCHJkvjm+2+vNV9OOe5V5jQowGIBRQUDFdth3Yy sWwOSN0z9otZwC4M9X8OqKyDJO8QJs+l7SGNpIZWk+9pI2HWLXdZpvTqRlUPX+RWPy4n VPLKxisZY/slphE/YkzYAMGvgQmIHvx4mJi/Q= Original-Received: by 10.223.5.66 with SMTP id 2mr14774621fau.26.1319906409941; Sat, 29 Oct 2011 09:40:09 -0700 (PDT) Original-Received: from [10.0.2.2] (95-26-130-138.broadband.corbina.ru. [95.26.130.138]) by mx.google.com with ESMTPS id w7sm25301922fab.6.2011.10.29.09.40.08 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 29 Oct 2011 09:40:09 -0700 (PDT) X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8914 Archived-At: Hi! My library has many (~80) symbols to export and I facing with strange = problem when adding a new symbols to the export list -- some other = symbols becomes "undefined" for a program using my library. Does guile-2 limit the number of exported symbols for libraries? WBR, Pavel.