[LC++]Problem with constructors

kiran BS bs_kiran at rediffmail.com
Tue Sep 11 21:16:05 UTC 2001


I have been facing problem linking the following files.I feel there is something wrong with the constructors.
I file is compiled like this
g++ -O2 -I/usr/X11R6/include -D_linux -D__i386__ -D_POSIX_C_SOURCE = 199309L -D_POSIX_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -c main.C Stopwatch.C Timer.C Face.C Control.C
It is linked like this
g++ -o Stop -O2 -L/usr/X11R6/lib main.o Stopwatch.o Timer.o Control.o Face.o -lXm -lXt -lSM -lX11 -lICE 


 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/x-gzip
Size: 728 bytes
Desc: Control.h.gz	 
Url : http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20010911/6e41598a/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/x-gzip
Size: 821 bytes
Desc: Face.C.gz	 
Url : http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20010911/6e41598a/attachment-0001.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/x-gzip
Size: 586 bytes
Desc: Face.h.gz	 
Url : http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20010911/6e41598a/attachment-0002.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/x-gzip
Size: 883 bytes
Desc: Control.C.gz	 
Url : http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20010911/6e41598a/attachment-0003.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/x-gzip
Size: 749 bytes
Desc: Stopwatch.C.gz	 
Url : http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20010911/6e41598a/attachment-0004.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/x-gzip
Size: 753 bytes
Desc: Stopwatch.h.gz	 
Url : http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20010911/6e41598a/attachment-0005.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/x-gzip
Size: 907 bytes
Desc: Timer.C.gz	 
Url : http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20010911/6e41598a/attachment-0006.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/x-gzip
Size: 774 bytes
Desc: Timer.h.gz	 
Url : http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20010911/6e41598a/attachment-0007.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/x-gzip
Size: 658 bytes
Desc: main.C.gz 
Url : http://lists.linux.org.au/pipermail/tuxcpprogramming/attachments/20010911/6e41598a/attachment-0008.bin 


More information about the tuxCPProgramming mailing list