ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Damir Shayhutdinov" <lost404@gmail.com>
To: "ALT Linux Sisyphus discussion list" <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Oracle 10g на ALT Linux Server 4.0
Date: Thu, 26 Jul 2007 21:32:07 +0400
Message-ID: <679044850707261032idf1204cx4e334f6012bb2a0b@mail.gmail.com> (raw)
In-Reply-To: <46A8D786.1040109@altlinux.org>

> Ok. Я решил взять строку которую генерит makefile и поиграться с ней.
> Только я взял следующий пример из списка т.к. он существенно меньше и проще.
>
> Вот то что показывает makefile
> gcc -o ocrconfig -L/opt/oracle/product/10g//lib/
gcc -o ocrconfig означает что производится линковка исполняемого файла
ocrconfig.

> /opt/oracle/product/10g//lib//libhasgen10.so: undefined reference to
> `skgxnqcnum'
Ошибка возникает в совершенно другом файле - динамической библиотеке
libhasgen10.so.

Надеюсь разница понятна? Ошибка то в линковке библиотеки!!

> Добавляю в эту троку -Wl,--no-as-needed и получаю все ту же ошибку.
> Может я что-то делаю не правильно?
Добавляйте -Wl,--no-as-needed в строчку, которая линкует библиотеку
libhasgen10.so

Ну и приведите чтоли строчку, которая получилась в результате
добавления -Wl,--no-as-needed и результат компиляции. И для файла
ocrconfig, и для libhasgen10.so.

  reply	other threads:[~2007-07-26 17:32 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-26 17:27 Igor Muratov
2007-07-26 12:39 ` Epiphanov Sergei
2007-07-26 17:45   ` Igor Muratov
2007-07-26 12:54     ` Gennadiy Redko
2007-07-26 17:58       ` Igor Muratov
2007-07-26 13:00     ` Epiphanov Sergei
2007-07-26 12:41 ` Epiphanov Sergei
2007-07-26 17:55   ` Igor Muratov
2007-07-26 13:05     ` Damir Shayhutdinov
2007-07-26 13:10       ` Gennadiy Redko
2007-07-26 13:21         ` Damir Shayhutdinov
2007-07-26 13:21         ` Aleksey Novodvorsky
2007-07-26 13:48           ` Gennadiy Redko
2007-07-26 13:56             ` Aleksey Novodvorsky
2007-07-26 13:59             ` Sergey
2007-07-26 15:44       ` Igor Muratov
2007-07-26 13:08     ` Motsyo Gennadi aka Drool
2007-07-26 18:11       ` Igor Muratov
2007-07-26 14:15 ` Андрей Черепанов
2007-07-26 15:34   ` Igor Muratov
2007-07-26 15:39     ` Андрей Черепанов
2007-07-27 10:11       ` Igor Muratov
2007-07-29 17:04       ` Dmitry V. Levin
2007-07-30  2:31         ` Igor Muratov
2007-07-26 15:40     ` Damir Shayhutdinov
2007-07-26 15:47       ` Igor Muratov
2007-07-26 15:52         ` Gennadiy Redko
2007-07-26 16:07           ` Igor Muratov
2007-07-26 16:34             ` Gennadiy Redko
2007-07-26 16:40               ` Igor Muratov
2007-07-26 16:59                 ` Damir Shayhutdinov
2007-07-26 17:19                   ` Igor Muratov
2007-07-26 17:32                     ` Damir Shayhutdinov [this message]
2007-07-26 17:38                       ` Igor Muratov
2007-07-26 18:15                       ` Igor Muratov
2007-07-27 10:14                       ` Igor Muratov
2007-07-26 14:50 ` Gennadiy Redko
2007-07-26 14:59   ` Gennadiy Redko
2007-07-26 15:21     ` Gennadiy Redko
2007-07-26 15:34   ` Igor Muratov
2007-07-27 15:41 ` Igor Muratov
2007-07-27 15:47   ` Valery V. Inozemtsev
2007-07-27 16:12     ` Igor Muratov
2007-07-27 16:14       ` Valery V. Inozemtsev
2007-07-30  7:02   ` Андрей Черепанов
2007-08-02 15:24     ` Igor Muratov
2007-08-02 15:59       ` Андрей Черепанов
2007-08-03  6:28       ` Андрей Черепанов
2007-08-03  8:48         ` Dmitry V. Levin
2007-08-03  9:52           ` Андрей Черепанов
2007-08-03  9:54             ` Dmitry V. Levin
2007-08-03 15:46               ` Igor Muratov
2007-08-03 19:26         ` Igor Muratov
2007-08-03 22:59           ` Michael Shigorin
2007-07-27 18:38 ` Igor Muratov
2007-08-02 16:01 ` Igor Muratov
2007-08-02 19:08   ` Anton Farygin
2007-08-02 19:40     ` Igor Muratov
2007-08-09 18:11   ` Igor Muratov
2007-08-09 22:34     ` Aleksey Novodvorsky
2007-08-15 15:58     ` Anton Farygin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=679044850707261032idf1204cx4e334f6012bb2a0b@mail.gmail.com \
    --to=lost404@gmail.com \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git