bug-gnucap
[Top][All Lists]
Advanced

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

[Bug-gnucap] Problem compiling gnucap


From: Chris Jewell
Subject: [Bug-gnucap] Problem compiling gnucap
Date: Thu, 23 Jan 2003 23:35:03 +0000
User-agent: KMail/1.4.3

Hi,

I was hoping you might be able to help me.  I'm having trouble compiling 
Gnucap-0.31.  I have g++ installed on my RedHat 8.0 system with 
gcc-c++-3.2-7.  The configure script in the Gnucap-0.31 directory works fine, 
after which I descend into the modelgen directory and run make.  I get this:

address@hidden modelgen]# make
mkdir O
mkdir: cannot create directory `O': File exists
make: [g++] Error 1 (ignored)
cat Make1 Make2.g++ Make3 Make.depend >O/Makefile
(cd O; make -k)
make[1]: Entering directory `/home/cjewell/gnucap-0.31/modelgen/O'
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../mg_main.cc
In file included from ../mg_out.h:23,
                 from ../mg_main.cc:22:
../mg_.h:94: warning: `typename std::list<T*, std::allocator<T*>
   >::const_iterator' is implicitly a typename
../mg_.h:94: warning: implicit typename is deprecated, please see the
   documentation for details
../mg_.h: In destructor `virtual List_Base<T>::~List_Base()':
../mg_.h:89: warning: `typename std::list<T*, std::allocator<T*> >::iterator'
   is implicitly a typename
../mg_.h:89: warning: implicit typename is deprecated, please see the
   documentation for details
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../mg_out_h.cc
In file included from ../mg_out.h:23,
                 from ../mg_out_h.cc:22:
../mg_.h:94: warning: `typename std::list<T*, std::allocator<T*>
   >::const_iterator' is implicitly a typename
../mg_.h:94: warning: implicit typename is deprecated, please see the
   documentation for details
../mg_.h: In destructor `virtual List_Base<T>::~List_Base()':
../mg_.h:89: warning: `typename std::list<T*, std::allocator<T*> >::iterator'
   is implicitly a typename
../mg_.h:89: warning: implicit typename is deprecated, please see the
   documentation for details
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../mg_error.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../mg_in.cc
In file included from ../mg_in.cc:24:
../mg_.h:94: warning: `typename std::list<T*, std::allocator<T*>
   >::const_iterator' is implicitly a typename
../mg_.h:94: warning: implicit typename is deprecated, please see the
   documentation for details
../mg_.h: In destructor `virtual List_Base<T>::~List_Base()':
../mg_.h:89: warning: `typename std::list<T*, std::allocator<T*> >::iterator'
   is implicitly a typename
../mg_.h:89: warning: implicit typename is deprecated, please see the
   documentation for details
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../mg_out_common.cc
In file included from ../mg_out.h:23,
                 from ../mg_out_common.cc:22:
../mg_.h:94: warning: `typename std::list<T*, std::allocator<T*>
   >::const_iterator' is implicitly a typename
../mg_.h:94: warning: implicit typename is deprecated, please see the
   documentation for details
../mg_.h: In destructor `virtual List_Base<T>::~List_Base()':
../mg_.h:89: warning: `typename std::list<T*, std::allocator<T*> >::iterator'
   is implicitly a typename
../mg_.h:89: warning: implicit typename is deprecated, please see the
   documentation for details
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../mg_out_dev.cc
In file included from ../mg_out.h:23,
                 from ../mg_out_dev.cc:22:
../mg_.h:94: warning: `typename std::list<T*, std::allocator<T*>
   >::const_iterator' is implicitly a typename
../mg_.h:94: warning: implicit typename is deprecated, please see the
   documentation for details
../mg_.h: In destructor `virtual List_Base<T>::~List_Base()':
../mg_.h:89: warning: `typename std::list<T*, std::allocator<T*> >::iterator'
   is implicitly a typename
../mg_.h:89: warning: implicit typename is deprecated, please see the
   documentation for details
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../mg_out_lib.cc
In file included from ../mg_out.h:23,
                 from ../mg_out_lib.cc:22:
../mg_.h:94: warning: `typename std::list<T*, std::allocator<T*>
   >::const_iterator' is implicitly a typename
../mg_.h:94: warning: implicit typename is deprecated, please see the
   documentation for details
../mg_.h: In destructor `virtual List_Base<T>::~List_Base()':
../mg_.h:89: warning: `typename std::list<T*, std::allocator<T*> >::iterator'
   is implicitly a typename
../mg_.h:89: warning: implicit typename is deprecated, please see the
   documentation for details
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../mg_out_model.cc
In file included from ../mg_out.h:23,
                 from ../mg_out_model.cc:22:
../mg_.h:94: warning: `typename std::list<T*, std::allocator<T*>
   >::const_iterator' is implicitly a typename
../mg_.h:94: warning: implicit typename is deprecated, please see the
   documentation for details
../mg_.h: In destructor `virtual List_Base<T>::~List_Base()':
../mg_.h:89: warning: `typename std::list<T*, std::allocator<T*> >::iterator'
   is implicitly a typename
../mg_.h:89: warning: implicit typename is deprecated, please see the
   documentation for details
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../mg_out_root.cc
In file included from ../mg_out.h:23,
                 from ../mg_out_root.cc:22:
../mg_.h:94: warning: `typename std::list<T*, std::allocator<T*>
   >::const_iterator' is implicitly a typename
../mg_.h:94: warning: implicit typename is deprecated, please see the
   documentation for details
../mg_.h: In destructor `virtual List_Base<T>::~List_Base()':
../mg_.h:89: warning: `typename std::list<T*, std::allocator<T*> >::iterator'
   is implicitly a typename
../mg_.h:89: warning: implicit typename is deprecated, please see the
   documentation for details
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_construct.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_convert.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_get.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_match.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_skip.cc
rm modelgen >/dev/null 2>&1
make[1]: [modelgen] Error 1 (ignored)
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W mg_main.o mg_out_h.o 
mg_error.o mg_in.o mg_out_common.o mg_out_dev.o mg_out_lib.o mg_out_model.o 
mg_out_root.o ap_construct.o ap_convert.o ap_get.o ap_match.o ap_skip.o  -o 
modelgen -lm
make[1]: Leaving directory `/home/cjewell/gnucap-0.31/modelgen/O'
address@hidden modelgen]# ls

Then I go into the src directory and run make.  I get this:

address@hidden src]# make
mkdir O
mkdir: cannot create directory `O': File exists
make: [g++] Error 1 (ignored)
cat Make1 Make2.g++ Make3 Make.depend >O/Makefile
(cd O; make -k)
make[1]: Entering directory `/home/cjewell/gnucap-0.31/src/O'
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../md.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../globals.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../u_opt1.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../u_opt2.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../io.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../io_contr.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../io_error.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../io_findf.cc
In file included from /usr/include/c++/3.2/string:57,
                 from /usr/include/c++/3.2/bits/localefwd.h:49,
                 from /usr/include/c++/3.2/ios:48,
                 from /usr/include/c++/3.2/ostream:45,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../l_lib.h:24,
                 from ../io_findf.cc:34:
/usr/include/c++/3.2/bits/basic_string.tcc:354: internal error: Segmentation
   fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [io_findf.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../io_getln.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../io_out.cc
In file included from /usr/include/c++/3.2/string:57,
                 from /usr/include/c++/3.2/bits/localefwd.h:49,
                 from /usr/include/c++/3.2/ios:48,
                 from /usr/include/c++/3.2/ostream:45,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../mode.h:26,
                 from ../u_opt.h:26,
                 from ../io_out.cc:33:
/usr/include/c++/3.2/bits/basic_string.tcc:354: internal error: Segmentation
   fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [io_out.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_construct.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_convert.cc
In file included from /usr/include/c++/3.2/map:66,
                 from ../md.h:59,
                 from ../ap.h:26,
                 from ../ap_convert.cc:28:
/usr/include/c++/3.2/bits/stl_tree.h:896: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [ap_convert.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_error.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_get.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_match.cc
In file included from /usr/include/c++/3.2/map:66,
                 from ../md.h:59,
                 from ../ap.h:26,
                 from ../ap_match.cc:24:
/usr/include/c++/3.2/bits/stl_tree.h:896: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [ap_match.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../ap_skip.cc
In file included from ../ap.h:26,
                 from ../ap_skip.cc:26:
../md.h:169: `dourle' was not declared in this scope
../md.h:169: template argument 1 is invalid
../md.h:169: ISO C++ forbids declaration of `COMPLEX' with no type
make[1]: *** [ap_skip.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../m_fft.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../m_interp.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../m_matrix.cc
../m_matrix.cc: In member function `BSMATRIX<T>& BSMATRIX<T>::fbsub(T*, const
   T*, T*) [with T = double]':
../m_matrix.cc:438:   instantiated from here
../m_matrix.cc:410: `copy_n' undeclared in namespace `std'
../m_matrix.cc: In member function `BSMATRIX<T>& BSMATRIX<T>::fbsub(T*, const
   T*, T*) [with T = COMPLEX]':
../m_matrix.cc:439:   instantiated from here
../m_matrix.cc:410: `copy_n' undeclared in namespace `std'
make[1]: *** [m_matrix.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../m_spline.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../l_ftos.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../l_timer.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../l_trim.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../io_xopen.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../l_pmatch.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../l_wmatch.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../u_sdp.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../u_prblst.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../u_probe.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../u_xprobe.cc
../u_xprobe.cc:29: default argument given for parameter 1 of `double
   XPROBE::operator()(mod_t = mtNONE, bool = false) const'
../u_xprobe.h:51: after previous specification in `double
   XPROBE::operator()(mod_t = mtNONE, bool = false) const'
../u_xprobe.cc:29: default argument given for parameter 2 of `double
   XPROBE::operator()(mod_t = mtNONE, bool = false) const'
../u_xprobe.h:51: after previous specification in `double
   XPROBE::operator()(mod_t = mtNONE, bool = false) const'
make[1]: *** [u_xprobe.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../e_base.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../e_node.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../e_aux.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../e_cardlist.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../e_card.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../e_model.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../e_compon.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../e_elemnt.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../e_ccsrc.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../e_storag.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_complex.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_cond.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_exp.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_fit.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_generator.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_model.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_poly.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_posy.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_pulse.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_pwl.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_sffm.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_sin.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_tanh.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bm_value.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bmm_table.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../bmm_semi.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_admit.cc
../d_admit.cc: In member function `void DEV_CPOLY_G::set_parameters(const
   std::string&, CARD*, COMMON_COMPONENT*, double, int, double*, int, const
   node_t*, const double**)':
../d_admit.cc:249: `copy_n' undeclared in namespace `std'
make[1]: *** [d_admit.o] Error 1
./modelgen -cc ../d_bjt.model
ln -s ../d_bjt.cc .
./modelgen -h ../d_bjt.model
ln -s ../d_bjt.h .
./modelgen -h ../d_diode.model
ln -s ../d_diode.h .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_bjt.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_cap.cc
../d_cap.cc: In member function `void DEV_FPOLY_CAP::set_parameters(const
   std::string&, CARD*, COMMON_COMPONENT*, double, int, double*, int, const
   node_t*, const double**)':
../d_cap.cc:239: `copy_n' undeclared in namespace `std'
make[1]: *** [d_cap.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_cccs.cc
In file included from ../md.h:53,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../mode.h:26,
                 from ../u_opt.h:26,
                 from ../l_denoise.h:27,
                 from ../e_ccsrc.h:26,
                 from ../d_cccs.h:26,
                 from ../d_cccs.cc:26:
/usr/include/c++/3.2/complex:1054: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_cccs.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_ccvs.cc
In file included from /usr/include/c++/3.2/string:57,
                 from /usr/include/c++/3.2/bits/localefwd.h:49,
                 from /usr/include/c++/3.2/ios:48,
                 from /usr/include/c++/3.2/ostream:45,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../mode.h:26,
                 from ../u_opt.h:26,
                 from ../l_denoise.h:27,
                 from ../e_ccsrc.h:26,
                 from ../d_ccvs.h:26,
                 from ../d_ccvs.cc:26:
/usr/include/c++/3.2/bits/basic_string.tcc:354: internal error: Segmentation
   fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_ccvs.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_coil.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_coment.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_cs.cc
./modelgen -cc ../d_diode.model
ln -s ../d_diode.cc .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_diode.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_dot.cc
In file included from /usr/include/c++/3.2/map:66,
                 from ../md.h:59,
                 from ../c_comand.h:26,
                 from ../d_dot.cc:27:
/usr/include/c++/3.2/bits/stl_tree.h:896: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_dot.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_logic.cc
In file included from /usr/include/c++/3.2/bits/locale_facets.h:425,
                 from /usr/include/c++/3.2/bits/basic_ios.h:41,
                 from /usr/include/c++/3.2/ios:51,
                 from /usr/include/c++/3.2/ostream:45,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../ap.h:26,
                 from ../d_logic.cc:27:
/usr/include/c++/3.2/bits/codecvt.h:152: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_logic.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_logicmod.cc
In file included from /usr/include/c++/3.2/bits/locale_facets.h:425,
                 from /usr/include/c++/3.2/bits/basic_ios.h:41,
                 from /usr/include/c++/3.2/ios:51,
                 from /usr/include/c++/3.2/ostream:45,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../ap.h:26,
                 from ../d_logicmod.cc:27:
/usr/include/c++/3.2/bits/codecvt.h:152: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_logicmod.o] Error 1
./modelgen -cc ../d_mos_base.model
ln -s ../d_mos_base.cc .
./modelgen -h ../d_mos_base.model
ln -s ../d_mos_base.h .
./modelgen -h ../d_mos.model
ln -s ../d_mos.h .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_mos_base.cc
./modelgen -cc ../d_mos123.model
ln -s ../d_mos123.cc .
./modelgen -h ../d_mos123.model
ln -s ../d_mos123.h .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_mos123.cc
In file included from ../md.h:53,
                 from ../ap.h:26,
                 from d_mos123.cc:25:
/usr/include/c++/3.2/complex:1054: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_mos123.o] Error 1
./modelgen -cc ../d_mos1.model
ln -s ../d_mos1.cc .
./modelgen -h ../d_mos1.model
ln -s ../d_mos1.h .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_mos1.cc
In file included from /usr/include/c++/3.2/string:57,
                 from /usr/include/c++/3.2/bits/localefwd.h:49,
                 from /usr/include/c++/3.2/ios:48,
                 from /usr/include/c++/3.2/ostream:45,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../ap.h:26,
                 from d_mos1.cc:25:
/usr/include/c++/3.2/bits/basic_string.tcc:354: internal error: Segmentation
   fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_mos1.o] Error 1
./modelgen -cc ../d_mos2.model
ln -s ../d_mos2.cc .
./modelgen -h ../d_mos2.model
ln -s ../d_mos2.h .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_mos2.cc
In file included from /usr/include/c++/3.2/map:66,
                 from ../md.h:59,
                 from ../l_compar.h:24,
                 from d_mos2.cc:26:
/usr/include/c++/3.2/bits/stl_tree.h:896: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_mos2.o] Error 1
./modelgen -cc ../d_mos3.model
ln -s ../d_mos3.cc .
./modelgen -h ../d_mos3.model
ln -s ../d_mos3.h .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_mos3.cc
./modelgen -cc ../d_mos4.model
ln -s ../d_mos4.cc .
./modelgen -h ../d_mos4.model
ln -s ../d_mos4.h .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_mos4.cc
./modelgen -cc ../d_mos5.model
ln -s ../d_mos5.cc .
./modelgen -h ../d_mos5.model
ln -s ../d_mos5.h .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_mos5.cc
./modelgen -cc ../d_mos6.model
ln -s ../d_mos6.cc .
./modelgen -h ../d_mos6.model
ln -s ../d_mos6.h .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_mos6.cc
In file included from /usr/include/c++/3.2/bits/locale_facets.h:425,
                 from /usr/include/c++/3.2/bits/basic_ios.h:41,
                 from /usr/include/c++/3.2/ios:51,
                 from /usr/include/c++/3.2/ostream:45,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../mode.h:26,
                 from ../u_opt.h:26,
                 from ../l_denoise.h:27,
                 from d_mos6.cc:26:
/usr/include/c++/3.2/bits/codecvt.h:152: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_mos6.o] Error 1
./modelgen -cc ../d_mos7.model
ln -s ../d_mos7.cc .
./modelgen -h ../d_mos7.model
ln -s ../d_mos7.h .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_mos7.cc
./modelgen -cc ../d_mos.model
ln -s ../d_mos.cc .
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c d_mos.cc
In file included from /usr/include/c++/3.2/bits/locale_facets.h:425,
                 from /usr/include/c++/3.2/bits/basic_ios.h:41,
                 from /usr/include/c++/3.2/ios:51,
                 from /usr/include/c++/3.2/ostream:45,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../mode.h:26,
                 from ../u_opt.h:26,
                 from ../l_denoise.h:27,
                 from ../e_elemnt.h:27,
                 from ../e_storag.h:26,
                 from ../d_cap.h:28,
                 from d_mos.cc:33:
/usr/include/c++/3.2/bits/codecvt.h:152: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_mos.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_res.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_subckt.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_switch.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_trln.cc
In file included from ../e_card.h:27,
                 from ../e_compon.h:28,
                 from ../e_elemnt.h:28,
                 from ../d_trln.h:27,
                 from ../d_trln.cc:25:
../e_cardlist.h:119: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_trln.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_vcr.cc
In file included from ../e_elemnt.h:28,
                 from ../d_vcr.h:26,
                 from ../d_vcr.cc:27:
../e_compon.h:173: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_vcr.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_vcvs.cc
In file included from /usr/include/c++/3.2/map:66,
                 from ../md.h:59,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../mode.h:26,
                 from ../u_opt.h:26,
                 from ../l_denoise.h:27,
                 from ../d_vcvs.h:26,
                 from ../d_vcvs.cc:25:
/usr/include/c++/3.2/bits/stl_tree.h:896: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [d_vcvs.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../d_vs.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../findbr.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s__.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s__aux.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s__init.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s__map.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s__out.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s__solve.cc
../s__solve.cc: In member function `void SIM::advance_time()':
../s__solve.cc:112: `copy_n' undeclared in namespace `std'
../s__solve.cc:116: `copy_n' undeclared in namespace `std'
make[1]: *** [s__solve.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../u_statu1.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../u_statu2.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_ac.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_ac_set.cc
In file included from /usr/include/c++/3.2/map:66,
                 from ../md.h:59,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../mode.h:26,
                 from ../u_prblst.h:26,
                 from ../s_ac_set.cc:24:
/usr/include/c++/3.2/bits/stl_tree.h:896: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [s_ac_set.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_ac_slv.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_ac_swp.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_dc.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_dc_set.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_dc_swp.cc
In file included from /usr/include/c++/3.2/map:66,
                 from ../md.h:59,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../mode.h:26,
                 from ../u_opt.h:26,
                 from ../l_denoise.h:27,
                 from ../s_dc_swp.cc:24:
/usr/include/c++/3.2/bits/stl_tree.h:896: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [s_dc_swp.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_tr.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_tr_rev.cc
In file included from /usr/include/c++/3.2/map:66,
                 from ../md.h:59,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../mode.h:26,
                 from ../u_opt.h:26,
                 from ../s_tr_rev.cc:27:
/usr/include/c++/3.2/bits/stl_tree.h:896: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [s_tr_rev.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_tr_set.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_tr_swp.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_fo.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_fo_out.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../s_fo_set.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../plot.cc
In file included from /usr/include/c++/3.2/bits/basic_ios.h:41,
                 from /usr/include/c++/3.2/ios:51,
                 from /usr/include/c++/3.2/ostream:45,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../mode.h:26,
                 from ../u_opt.h:26,
                 from ../plot.cc:4:
/usr/include/c++/3.2/bits/locale_facets.h:1740: internal error: Segmentation
   fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [plot.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../plotbasi.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../plotline.cc
In file included from /usr/include/c++/3.2/ostream:275,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../declare.h:27,
                 from ../plotline.cc:5:
/usr/include/c++/3.2/bits/ostream.tcc:704: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [plotline.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../plotpost.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../plotunix.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../plotx.cc
In file included from /usr/include/c++/3.2/string:57,
                 from /usr/include/c++/3.2/bits/localefwd.h:49,
                 from /usr/include/c++/3.2/ios:48,
                 from /usr/include/c++/3.2/ostream:45,
                 from /usr/include/c++/3.2/iostream:45,
                 from ../md.h:51,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../plotx.cc:7:
/usr/include/c++/3.2/bits/basic_string.tcc:354: internal error: Segmentation
   fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [plotx.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c__cmd.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_comand.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_crtset.cc
../c_crtset.cc: In static member function `static void CMD::crtset(CS&)':
../c_crtset.cc:110: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [c_crtset.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_delete.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_fanout.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_file.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_genrat.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_getckt.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_insert.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_list.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_modify.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_nodset.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_prbcmd.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_sweep.cc
In file included from /usr/include/c++/3.2/map:66,
                 from ../md.h:59,
                 from ../l_lib.h:24,
                 from ../io_.h:27,
                 from ../c_sweep.cc:24:
/usr/include/c++/3.2/bits/stl_tree.h:896: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [c_sweep.o] Error 1
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_sim.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../c_system.cc
g++ -DUNIX -O2 -DNDEBUG -I.. -I. -fno-exceptions -W -c ../main.cc
make[1]: Target `gnucap' not remade because of errors.
make[1]: Leaving directory `/home/cjewell/gnucap-0.31/src/O'
make: *** [g++] Error 2
address@hidden src]#

Can you give me any idea as to what might be wrong?

Thanks,

Chris Jewell





reply via email to

[Prev in Thread] Current Thread [Next in Thread]