* [room] Compile C++
@ 2005-10-29 8:38 Alexander
2005-10-29 11:24 ` Alexey Rusakov
0 siblings, 1 reply; 4+ messages in thread
From: Alexander @ 2005-10-29 8:38 UTC (permalink / raw)
To: культурный
офтопик
Пытаюсь откомпилировать такое:
конструктор класса:
echo_class::echo_class(int, int, int) {}
кусок программы:
...
int main()
{
echo_class * process;
process = new echo_class (6, 1, 0);
...
Уже по все книжкам посмотрел - все ормально, написано все
правильно, но при компиляции выдает вот такое:
[alex@localhost echo_test1]$ g++ echo_test.cpp
/home/alex/tmp/cceu4j9X.o(.text+0x33): In function `main':
: undefined reference to `echo_class::echo_class[in-charge](int,
int, int)'
collect2: ld returned 1 exit status
В чем проблема? Под винду компилировалось нормально, и не
выдавало никаких ошибок.
[alex@localhost echo_test1]$ g++ -v
Reading specs from /usr/lib/gcc-lib/i586-alt-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib
--with-slibdir=/lib --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --enable-long-long --enable-__cxa_atexit
--enable-languages=c,c++,f77,objc,treelang,java,ada
--program-suffix=-3.3 --enable-objc-gc --with-system-zlib
--without-included-gettext --host=i586-alt-linux
--build=i586-alt-linux --target=i586-alt-linux
Thread model: posix
gcc version 3.3.3 20040412 (ALT Linux, build 3.3.3-alt5)
--
С уважением,
Alex
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [room] Compile C++
2005-10-29 8:38 [room] Compile C++ Alexander
@ 2005-10-29 11:24 ` Alexey Rusakov
2005-10-29 17:37 ` Michael Holzman
0 siblings, 1 reply; 4+ messages in thread
From: Alexey Rusakov @ 2005-10-29 11:24 UTC (permalink / raw)
To: rope-walker,
культурный
офтопик
Alexander wrote:
>Пытаюсь откомпилировать такое:
>конструктор класса:
> echo_class::echo_class(int, int, int) {}
>
>кусок программы:
> ...
> int main()
> {
> echo_class * process;
> process = new echo_class (6, 1, 0);
> ...
>
>
Покажите определение класса, пожалуйста. Если большое, можно в личку.
--
Alexey "Ktirf" Rusakov
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [room] Compile C++
2005-10-29 11:24 ` Alexey Rusakov
@ 2005-10-29 17:37 ` Michael Holzman
2005-10-29 18:33 ` Alexander
0 siblings, 1 reply; 4+ messages in thread
From: Michael Holzman @ 2005-10-29 17:37 UTC (permalink / raw)
To: культурный
офтопик
On 10/29/05, Alexey Rusakov <ktirf@altlinux.org> wrote:
> >
> Покажите определение класса, пожалуйста. Если большое, можно в личку.
И заодно посмотрите, определен ли конструктор как public.
--
Regards,
Michael Holzman
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [room] Compile C++
2005-10-29 17:37 ` Michael Holzman
@ 2005-10-29 18:33 ` Alexander
0 siblings, 0 replies; 4+ messages in thread
From: Alexander @ 2005-10-29 18:33 UTC (permalink / raw)
To: культурный
офтопик
В сообщении от 29 Октябрь 2005 20:37 Michael Holzman написал(a):
> On 10/29/05, Alexey Rusakov <ktirf@altlinux.org> wrote:
> > Покажите определение класса, пожалуйста. Если большое, можно
> > в личку.
>
> И заодно посмотрите, определен ли конструктор как public.
>
тема закрыта.
--
С уважением,
Alex
mailto:rope-walker@yandex.ru - private;
mailto:admin@unixbeginner.com - site admin;
ICQ: 243647806
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-10-29 18:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-29 8:38 [room] Compile C++ Alexander
2005-10-29 11:24 ` Alexey Rusakov
2005-10-29 17:37 ` Michael Holzman
2005-10-29 18:33 ` Alexander
Культурный офтопик
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/smoke-room/0 smoke-room/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 smoke-room smoke-room/ http://lore.altlinux.org/smoke-room \
smoke-room@lists.altlinux.org smoke-room@lists.altlinux.ru smoke-room@lists.altlinux.com smoke-room@altlinux.ru smoke-room@altlinux.org smoke-room@altlinux.com
public-inbox-index smoke-room
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.smoke-room
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git