darwin2k-devel Mailing List for Darwin2K
Status: Beta
Brought to you by:
xrayjones
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(7) |
Feb
(2) |
Mar
(4) |
Apr
|
May
(1) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(2) |
2002 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2003 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
(3) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Jose V. <che...@ya...> - 2007-11-22 06:31:38
|
Hello, Below is a small patch that allows building on Ubuntu 7.10 using gcc 4.1. diff -ru darwin2k-0.91/src/d2k/disp/synGLDisp.cxx darwin2k/src/d2k/disp/synGLDisp.cxx --- darwin2k-0.91/src/d2k/disp/synGLDisp.cxx 2002-02-04 21:05:23.000000000 -0500 +++ darwin2k/src/d2k/disp/synGLDisp.cxx 2007-11-19 04:33:33.000000000 -0500 @@ -138,7 +138,7 @@ xform.m[11] = b->x(2); xform = xform*centerOffset; xform.invert(); - xform = transpose(xform); + xform = transpose(matrix::matrix(xform)); glMultMatrixd(&xform.m[0]); } @@ -1023,7 +1023,7 @@ xform.m[3] = b->x(0); xform.m[7] = b->x(1); xform.m[11] = b->x(2); - xform = transpose(xform); + xform = transpose(matrix::matrix(xform)); glMultMatrixd(&xform.m[0]); glMultMatrixd(¢erOffset.m[0]); glCallList(listID); @@ -1122,7 +1122,7 @@ xform.m[3] = p->l->x(0); xform.m[7] = p->l->x(1); xform.m[11] = p->l->x(2); - xform = transpose(xform); + xform = transpose(matrix::matrix(xform)); glMultMatrixd(&xform.m[0]); glMultMatrixd(¢erOffset.m[0]); glCallList(listID); diff -ru darwin2k-0.91/src/d2k/disp/synGLForm.cxx darwin2k/src/d2k/disp/synGLForm.cxx --- darwin2k-0.91/src/d2k/disp/synGLForm.cxx 2001-12-15 11:58:42.000000000 -0500 +++ darwin2k/src/d2k/disp/synGLForm.cxx 2007-11-18 08:47:19.000000000 -0500 @@ -32,6 +32,8 @@ /* Form definition file generated with fdesign. */ #define D2K_INTERNAL +#include "GL/glx.h" +#include "GL/gl.h" #include "forms.h" #include <stdlib.h> #include "synGLForm.h" diff -ru darwin2k-0.91/src/d2k/terrain/terrainMaterial.h darwin2k/src/d2k/terrain/terrainMaterial.h --- darwin2k-0.91/src/d2k/terrain/terrainMaterial.h 2003-02-12 17:41:50.000000000 -0500 +++ darwin2k/src/d2k/terrain/terrainMaterial.h 2007-11-18 08:15:06.000000000 -0500 @@ -95,7 +95,7 @@ } /* reads parameters; called by terrainModel::init */ - virtual int terrainMaterial::readParams(paramParser *p) { + virtual int readParams(paramParser *p) { return 1; } }; diff -ru darwin2k-0.91/src/dyno/dynoDisp/dynoGLDisp.cxx darwin2k/src/dyno/dynoDisp/dynoGLDisp.cxx --- darwin2k-0.91/src/dyno/dynoDisp/dynoGLDisp.cxx 2001-12-15 11:58:48.000000000 -0500 +++ darwin2k/src/dyno/dynoDisp/dynoGLDisp.cxx 2007-11-19 04:31:27.000000000 -0500 @@ -614,7 +614,7 @@ xform.m[3] = b->x(0); xform.m[7] = b->x(1); xform.m[11] = b->x(2); - xform = transpose(xform); + xform = transpose(matrix::matrix(xform)); glMultMatrixd(&xform.m[0]); glMultMatrixd(¢erOffset.m[0]); glCallList(listID); diff -ru darwin2k-0.91/src/dyno/dynoDisp/dynoGLForm.cxx darwin2k/src/dyno/dynoDisp/dynoGLForm.cxx --- darwin2k-0.91/src/dyno/dynoDisp/dynoGLForm.cxx 2001-12-15 11:58:48.000000000 -0500 +++ darwin2k/src/dyno/dynoDisp/dynoGLForm.cxx 2007-11-18 08:47:04.000000000 -0500 @@ -32,6 +32,8 @@ /* Form definition file generated with fdesign. */ #define D2K_INTERNAL +#include "GL/glx.h" +#include "GL/gl.h" #include "forms.h" #include <stdlib.h> #include "dynoGLForm.h" diff -ru darwin2k-0.91/src/dyno/mechanism/slices.cxx darwin2k/src/dyno/mechanism/slices.cxx --- darwin2k-0.91/src/dyno/mechanism/slices.cxx 2002-03-17 00:12:15.000000000 -0500 +++ darwin2k/src/dyno/mechanism/slices.cxx 2007-11-18 08:06:33.000000000 -0500 @@ -113,7 +113,7 @@ return slice; } -inline void matrixSlice::operator delete(void *obj) { +void matrixSlice::operator delete(void *obj) { matrixSlice *slice = (matrixSlice *)obj; if (slice->myMem) { diff -ru darwin2k-0.91/src/dyno/mechanism/slices.h darwin2k/src/dyno/mechanism/slices.h --- darwin2k-0.91/src/dyno/mechanism/slices.h 2003-03-01 13:09:56.000000000 -0500 +++ darwin2k/src/dyno/mechanism/slices.h 2007-11-18 08:06:26.000000000 -0500 @@ -89,7 +89,7 @@ matrixSlice *prev; static int maxSlices; - inline void operator delete(void *obj); + void operator delete(void *obj); static ptrHash freeHash; static matrixSlice *newMatrixSlice(int n, int c0 = 0); ____________________________________________________________________________________ Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ |
From: Florian O. <os...@we...> - 2004-06-21 21:41:21
|
Dear List, maybe someone could give me hint on this: I tried to install darwin2k which requires xforms under suse 9.0 So I downloaded xform 1.0.90 and configured it and installed it. When I try to install darwin I get an error during make saying, that fl_get_glcanvas_attributes is undecleared Well, I have xforms installed, what might be the point? I thought, that the compiler cannot see the xform files. How can I changed this? Thank you very much for your help. Best, Florian |
From: Chris L. <cl...@jp...> - 2003-09-28 20:35:31
|
Hi, Sorry for the spam that has made it onto the lists lately. I've changed the list options so that only subscribers can post to the list. Hopefully this will eliminate future spam. Chris |
From: Resume f. j. <el_...@ya...> - 2003-09-27 09:49:02
|
Rich' S Resume Santa Clara, CA 96070 (408) 482-2102 el...@ho... ELECTRICAL DESIGNER & Drafter ELECTRO - MECHANICAL DESIGNER & Drafer Drafting & Design Shopping Centers; grocery stories, hardware stories, restaurants & residential - housing areas, computer business & fast food units installation & testing; Energy systems; Solar Panels, Wind Energy, portable & emergency generators; Factory production lines, food & mechanical process machinery Installations & trouble shooting. Equipment & production line installations, MCC, Sensors, Wiring, Alarm, Network, Security, Electrical Design & Installations; Network Sketches, one line diagrams, and "as is" drawings update. Customizing Electronic and Electrical Components & Parts, Layouts electronic and electrical schematic, connectors and mechanical detailing. Use CAD, Windows and applications; Programming & Detailing, Production Equipment, Machinery, Conveyors Spiral Elevator, Fast Cannery Transportation, Electronic and Electrical Components, Parts, Schematics & Layouts, Master Control Center, Can Sheet Metal Oven Rebuilding Project, Combustion Remodeling, Designing Electric Cars using AutoCAD, Spreadsheet, Basic, dB; electronic and electrical schematic, Layouts, mechanical detailing & redesigning components for manufacturing, Assembly drawings, Customizing Electronic, Mechanical and Electrical Equipment. Quotes, supply, bids and job estimating. Customers contact, inspection, project mgmt & supervision of electricians & material handling; Project; Mgr. for satellite office & shop. Commercial, Industrial, Residential, Fire Alarms, Smoke Detectors, Lights, Plugs, Panels, Power Supply, Electro-Solar Installations, Emergency Generators, Transformers, Power Lines, Fire sprinklers design / control, CAD automation. Foreman, Estimator, Designer & CAD Operator (New & "as is" drawings update) Hands on electrical installation performing, fitting wires & power lines; Panels, Light, receptacles & Fuse boxes, emergency power supply, parking lighting & post installation; Installing lamps, switches, alarms, plugs, receptacles, fire alarms, smoke detectors, fire & safety installations; Computer & data network wiring; underground installations & conduit layout, bending and mounting; Job Estimating & bid preparation. Environmental Energy Systems and Green Building Coordinating Programs; P E C, C E C, PG&E training, Solar Living Institute, High Performance Schools, Health Analyzing, using Solar and Wind Energy Friendly Systems, Savings by Design recommendations & new Title 24 Standards - LEED, CEC, AIA & COTE Ratings. Electrical & Electrical Drafting, Electrical Design & management, Site Inspection and Quality Control, coordination with General Contractor, Estimating and Supplying, Document Control & Upgrade, daily performance checking & schedule update. Electrical Installations & Service Solar Energy Installations & Service Electro-Mechanical Assembly & Service ELECTRICAL PROJECT MANAGER - COORDINATOR ELECTRICAL & MAINTENANCE SERVICE HANDS ON WIRING & INSTALLATION ELECTRICAL AND MECHANICAL PROJECTS |
From: E N G I N E E R <pro...@ya...> - 2003-09-23 05:46:33
|
Richard Siek. Tel: (408) 309-7006 pro...@ya... POSITION: ENGINEER, DESIGNER, Mfg 1993 - present "Mech-Tronic Design" Santa Clara, CA Sr. Mechanical & Design Engineer 10 years of MECHANICAL, Electro-Mechanical, Consumer & Industrial Products & Systems DESIGN from concept to production, Prototyping and Pilot Manufacturing to a low cost fabrication. R&D, Product & Process Engineering & Development, transferring to manufacturing procedures, design & build Fixtures, Tooling & Automation, and Motion systems, Robotics, Machinery & Equipment. CADD automation, Dynamics, balancing, Complex opto-mechanical, electro-optical & micro-electronic systems, assemblies & subsystems incorporating lasers & optics, mechanical packaging, vibration isolation & damping. Dynamics, Kinematics, thermodynamics & heat transfer & FEA modeling & analysis, Military, Metric & ANSI Y-14.5M Geometric Dimensioning & Tolerances, Documentation Standards, Drafting, CADD Operator, Structural Design, analyzing stresses and tolerances. ISO 9000, DFMA implementation, value engineering of existing products and time-to-market project management. Sheet metal, housing, enclosures, plastics, injection molding, extrusion design, evaluating mechanical design concepts, review Drawings, issue ECO / ECN, 3D Solid Modeling, Electro-Mechanical assemblies, EMC / EMI shielding techniques, configurations, layouts, design studies, test planning, process development. Automation equipment and machine control using for machines and robots precision mechanisms motion programming, fluid mechanics, pneumatics systems, mounting and positioning devices, electro-mechanical and vacuum mechanisms, design and analysis of structures, castings, welded frames, mechanical detailing, redesigning mechanical components for manufacturing. Assembly drawings, Customizing Electronic, Mechanical and Electrical Equipment. Evaluate, debug, and resolve complex problems on system and module levels, materials and processes selection & development, innovative mechanical & electrical designs for manufacturability, testability & mass production. CAD Management and Operations, METRIC, SOLAR, Physics, Chemistry, Machine Technology & Machine Design. Support scientists & electronic engineers. EDUCATION: 87 Institute for Business & Technology, CA CADD Engineer, Programming, Design, Management 75/78 Electro - Mechanical College, PL Mechanical Engineering, BSME, ASEE, MBA SOFTWARE: Use ACAD 10-20 & LT, Lisp, Script, Solid Works, Pro-E, ZEMAX Design CAD Pro, Nastran, MathCAD, Lotus, dBase, Windows & Net applications: Excel, Word, Outlook, Access, MS Project, DOS, Sun UNIX, MAC, VAX computers, Micro Station 5 & 95 WP, PD, Basic, Quadro, Algor, C, Fortran, Softdesk PRODUCTS: 2.1 GB (93) HARD DISK DRIVE Design & Manufacture Commercial Color Printer, Paper Tension & Heads Motion ICT & PCB Testing Equipment & vacuum tables & valves. IBM 36 GB Hard Disk Drive Test & Assembly Equipment Design, Build & Manufacture. WAFER Rapid Thermo Processing, Chemical Operations, Inspection & Thickness Measurement Equipment for 200 & 300 mm with automatic Door & manual inserting, Scanners, Stages, Sliders, Sensors & Motion Control. Tools for mini-environments and clean room systems. Wafer Handling Cassette opening/rotation LASER MEDICAL DEVICE, Lasers, Optics, Fiber Optics. Collimator lenses automation. Opto-Mechanics, military connector ENVIRONMENTAL ENERGY & STORAGE SYSTEM, Wind & Electro-Solar Installations, Turbo machine. Electric Vehicles and Computerized Transportation System. Rack, enclosures. Fiber Communication & polishing Systems. Network, Security, Electrical Design & Installations; Commercial, Industrial, Residential, Fire Alarms, Smoke Detectors, Lights, Plugs, Panels, Power Supply, Conveyors, Spiral Elevator, Fast Cannery Transportation, Electronic and Electrical Components, Master Control Center, Sheet Metal Oven Rebuilding Project, gas panels, weldments, harness, processing hardware & devices, jigs, assembly tools. 8 years of MANUFACTURING EXPERIENCE: scheduling & production planning, injection molding, plastic parts and hydraulic & pneumatic equipment, machinery and control systems, mechanisms, robotics & medical device, precision machining. Review Manufacturing Process and Quality Control Inspecting and control standards, selecting materials, supplying BOM & Inventory Systems for Production, Assembly & Operations Management. Participate in ATM and other work team activities. Oversee and approve all applicable instructions, definition, development and qualification of materials & equipment. Directing & Specify operations and order process tooling. Provide training for personnel on correct assembly & systems work & rework techniques, and corrective actions & solutions for product, process & materials related problems. Quality execution & support, systems-level management and technical development. Use lab & shop mechanical, electrical & electronic tools, measurement & testing equipment, torque testers, calipers, micrometers, cameras & microscopes. Project management, statistical analysis, lead design team to meet customer product development milestones. Investigate design, procurement, and assembly process on projects and products. Accuracy of current costs and labor hours. SAFETY Identify and prioritize potential actions for immediate cost reduction. Develop system documentation through engineering cycle, assembly, integration and test. Ensure engineering and manufacturing documentation is completed and released. SKILS: Prepare "Dallas Project" for $400 M Contract Create CAD Department and Library System, Develop Standard for Drawings & transfer with Europe & Asia Repair 1000 drawings in 4 hours. CONSULTING Teach Mechanical Engineering and Descriptive Geometry Computer Graphics, Electro - Mechanical Design, AutoCAD Plotting, DOS, Lectures and practical assignment Software and computer support. Proficient with CADD Systems. Electrical Engineering, Industrial Engineering, Manufacturing Engineering, Design and development of proprietary Products, components & assemblies to build or expand your product line. Redesign products to improve performance and costs reduction. Strong communication and project management skills, work closely with internal cross-functional teams, OEM, customers, vendors and suppliers, meeting project deadlines in a fast-paced, customer-specific product development environment. Program Manager, Product Manger, Engineering Manager CADD Manager, Operations & Manufacturing Manager Research & Development Analyst, Idea Technologist Solutions Development, Instructor Product Development Specialist & Consultant Electro-Mechanical & Industrial Designer Motivated, Creative, Independent, Active, Innovative, Team Work PERMANENT preferred, or CONSULTING, US Citizen Open for domestic & international travel (408) 309-7006 pro...@ya... |
From: Rachel <ra...@pu...> - 2003-06-03 09:22:40
|
Dear Sir or Madam, I have the pleasure to know your esteemed Corp. We are a manufacturer of garments and bags in Quanzhou, China. I think we can cooperate and supply you with garments and bags as you need. The following is some introductions about our company. Set up: 1988 Type: manufacturer & exporter Product: knitted garments and bags Employees: 1300 persons ( garments factory: 500 bags factory: 800) Product data: product (main items) capacity(/year) brief 2,000,000dzs baby body 1,800,000dzs boxer short 200,000dzs pajama 50,000dzs soft bag 1,500,000pcs hard bag 500,000pcs Mimn order: 300dzs for garments 500pcs for bags Payment: irrevocable L/C at sight Our garment factory mainly specialize in Lady's and men's underwear, children's wear, baby's wear, pajama, boxer shorts, T-shirt, etc. The materials we often use are cotton, T/C, Polyester, Polyamide, Elasthan, and Polyamide. Our products are design with PAD system, produced with advanced equipment, processed in highly quality control system with seasoned workmanship and high efficiency. Our main market is Europe, Australia, Japan. We also accept the orders designed and required by costumers. Our bag factory was founded in 1988, too. We produce all kinds of bags, including suitcase, backpack, travel bag, shoulder bag, sport bag, trolley, camera bag, tote bag, school bag, computer case, luggage,waist bag, notecase, etc. And the goods have met a great favor in the Europe countries, Australia and America because of their good quality, beautiful design and competitive price. Thank you very much. Hope you will give us an opportunity to do business together and we will try our level best to fulfill your present requirement. Should you therefore need any more details for your clarification, pls do not hesitate to contact us. And you are welcome to visit our factories. With best regards Rachel Wang Mob:0086-13960286700 Jason Chen Mob:0086-13959893400 Vicki Wang Mob:0086-13960228599 ----------------------------------------------------------------------------- SENWER GARMENTS CO., LTD. ADD: Room F202, Fugui Renjia Building, Liuguan Road, Quanzhou, Fujian, China. Tel: 0086-595-2506700 Fax: 0086-595-2563400 P.C.:362000 ----------------------------------------------------------------------------- |
From: Rachel <se...@pu...> - 2003-05-21 16:02:28
|
Dear Sir or Madam, I have the pleasure to know your esteemed corp. We are a manufacturer & exporter of garments and bags in Quanzhou, China. I think we can cooperate and supply you with garments as you need. The following is some introductions about our company. Set up: 1988 Type: manufacturer & exporter Product: knitted garments and bags Employees: 1300 persons ( garments factory: 500 bags factory: 800) Product data: product (main items) capacity(/year) brief 2,000,000dzs baby body 1,800,000dzs boxer short 200,000dzs pajama 50,000dzs soft bag 1,500,000pcs hard bag 500,000pcs Mimn order: 300dzs for garments Payment: irrevocable L/C at sight Bank: BANK OF CHINA Our garment factory mainly specialize in Lady's and men's underwear, children's wear, baby's wear, pajama, boxer shorts, T-shirt, etc. The materials we often use are cotton, T/C, Polyester, Polyamide, Elasthan, and Polyamide. Our products are design with PAD system, produced with advanced equipment, processed in highly quality control system with seasoned workmanship and high efficiency. Our main market is Europe, Australia, Japan and America. We also accept the orders designed and required by costumers. You can see some pictures of our samples through our web http://www.senwer.com. (For more pictures in your interesting, pls kindly contact us directly). Our bag factory was founded in 1988, too. We produce all kinds of bags, including suitcase, backpack, travel bag, shoulder bag, sport bag, trolley, camera bag, tote bag, school bag, computer case, luggage,waist bag, notecase, etc. And the goods have met a great favor in the Europe countries, Australia and America because of their good quality, beautiful design and competitive price. Thank you very much. Hope you will give us an opportunity to do business together and we will try our level best to fulfill your present requirement. Should you therefore need any more details for your clarification, pls do not hesitate to contact us. And you are welcome to visit our factories. With best regards Rachel Wang Mob:0086-13960286700 E-mail:ra...@se... Jason Chen Mob:0086-13959893400 E-mail: jas...@se... Vicki Wang Mob:0086-13960228599 E-mail: vi...@se... ----------------------------------------------------------------------------- SENWER GARMENTS CO., LTD. ADD: Room F202, Fugui Renjia Building, Liuguan Road, Quanzhou, Fujian, China. Tel: 0086-595-2506700 Fax: 0086-595-2563400 P.C.:362000 Http://www.senwer.com E-mail: se...@pu... ----------------------------------------------------------------------------- |
From: <fro...@Ho...> - 2003-05-21 10:17:55
|
<!-- This plain text message area is for recipients who have email programs that do not support html emails (almost every modern email client software program can accept html emails). If you want to add an alternate plain text message for those who cannot receive html emails, enter it here. //--> <HTML><HEAD><META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"><TITLE></TITLE><BASE href='file://C:\Program Files\ProspectMailer\'></HEAD><BODY bgColor=#ff80c0><P><HR><FONT size=4>World Wide Gift Networking Inc.<HR></FONT><IMG style="WIDTH: 78px; HEIGHT: 78px" height=85 alt="" hspace=0 src="http://www.giftnetworking.com/gnw/assets/product_images/product_lib/31000-31999/31586.gif" width=150 align=baseline border=0> <IMG style="WIDTH: 84px; HEIGHT: 123px" height=123 alt="" hspace=0 src="http://www.giftnetworking.com/gnw/assets/product_images/product_lib/27000-27999/27073.gif" width=110 align=baseline border=0> <IMG style="WIDTH: 106px; HEIGHT: 132px" height=132 alt="" hspace=0 src="http://www.giftnetworking.com/gnw/assets/product_images/product_lib/32000-32999/32004.gif" width=150 align=baseline border=0> <IMG style="WIDTH: 100px; HEIGHT: 104px" height=150 alt="" hspace=0 src="http://www.giftnetworking.com/gnw/assets/product_images/product_lib/30000-39999/30103.gif" width=106 align=baseline border=0><P></P><P><HR><FONT size=4>We offer a large selection of unique gift idea's for all occasions and tastes.We have shopping cart technology.We accept all major credit cards or to order by mail simply go to contact on our web site for more information. just click here and go</FONT> <A href="http://www.giftnetworking.com">http://www.giftnetworking.com</A> <P></P><P>If you wish to be taken off this mailing list please send request to: <A href="mailto:fro...@Ho...">fro...@Ho...</A> please allow 24 hours! thank you</P></BODY></HTML> |
From: Rachel <se...@pu...> - 2003-05-19 16:22:39
|
Dear Sir, I have the pleasure to know your esteemed corp. We are a manufacturer & exporter of garments and bags in Quanzhou, China. I think we can cooperate and supply you with garments as you need. The following is some introductions about our company. Set up: 1988 Type: manufacturer & exporter Product: knitted garments and bags Employees: 1300 persons ( garments factory: 500 bags factory: 800) Product data: product (main items) capacity(/year) brief 2,000,000dzs baby body 1,800,000dzs boxer short 200,000dzs pajama 50,000dzs soft bag 1,500,000pcs hard bag 500,000pcs Mimn order: 300dzs for garments Payment: irrevocable L/C at sight Bank: BANK OF CHINA Our garment factory mainly specialize in Lady's and men's underwear, children's wear, baby's wear, pajama, boxer shorts, T-shirt, etc. The materials we often use are cotton, T/C, Polyester, Polyamide, Elasthan, and Polyamide. Our products are design with PAD system, produced with advanced equipment, processed in highly quality control system with seasoned workmanship and high efficiency. Our main market is Europe, Australia, Japan and America. We also accept the orders designed and required by costumers. You can see some pictures of our samples through our web http://www.senwer.com. (For more pictures in your interesting, pls kindly contact us directly). Our bag factory was founded in 1988, too. We produce all kinds of bags, including suitcase, backpack, travel bag, shoulder bag, sport bag, trolley, camera bag, tote bag, school bag, computer case, luggage,waist bag, notecase, etc. And the goods have met a great favor in the Europe countries, Australia and America because of their good quality, beautiful design and competitive price. Thank you very much. Hope you will give us an opportunity to do business together and we will try our level best to fulfill your present requirement. Should you therefore need any more details for your clarification, pls do not hesitate to contact us. And you are welcome to visit our factories. With best regards Rachel Wang Mob:0086-13960286700 E-mail:ra...@se... Jason Chen Mob:0086-13959893400 E-mail: jas...@se... Vicki Wang Mob:0086-13960228599 E-mail: vi...@se... ----------------------------------------------------------------------------- SENWER GARMENTS CO., LTD. ADD: Room F202, Fugui Renjia Building, Liuguan Road, Quanzhou, Fujian, China. Tel: 0086-595-2506700 Fax: 0086-595-2563400 P.C.:362000 Http://www.senwer.com E-mail: se...@pu... ----------------------------------------------------------------------------- |
From: <hks...@ho...> - 2003-04-16 19:14:37
|
<!-- VQGRBx--> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=big5"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>新網頁1</title> </head> <body> <table cellSpacing="1" cellPadding="0" width="590" align="center" bgColor="#ffffff" border="1" height="939"> <tbody> <tr> <td width="588" height="935"> <table cellSpacing="0" cellPadding="0" width="615" align="center" bgColor="#ffcc00" border="0" height="917"> <tbody> <tr> <td vAlign="top" bgColor="#002e5b" height="11" width="6"> </td> <td vAlign="top" bgColor="#002e5b" height="11" width="605"> <p align="center"><b><font color="#ffffff" size="5"><img border="0" src="http://GUwJex47zCUP92CtDFkHuvhS2GNj3H7PSFYBuDT7qfISBhXRHuYZjmRAJKfm9KoWTHjxBFbTG4hFWEVCgERirTiaR4bj3...@ho.../web/qazwsxer2002/980.gif" width="468" height="60"> </font></b> </td> </tr> <tr> <td vAlign="top" bgColor="#ffcc00" height="18" width="6"> </td> <td vAlign="top" bgColor="#ffcc00" height="18" width="605"> </td> </tr> <tr> <td vAlign="top" bgColor="#ffcc00" height="18" width="6"> </td> <td vAlign="top" bgColor="#ffcc00" height="18" width="605"> <p align="center"> <b><font color="#008000" size="4">☆ 個人事業開創第二春☆</font><font color="#FF0000" size="4">兼差</font><font color="#008000" size="4">☆網路事業開張→完整解決方案☆</font></b></p> </td> </tr> <tr> <td vAlign="top" bgColor="#ffcc00" height="870" width="6"> </td> <td vAlign="top" bgColor="#ffcc00" height="870" width="605"> <blockquote> <table cellSpacing="0" cellPadding="0" width="525" border="0"> <tbody> <tr> <td vAlign="top" align="right" width="523" bgColor="#ffcc00" colSpan="2" height="2"> <p align="center"> </p> </td> </tr> <tr> <td vAlign="top" align="right" width="25" height="2"><img src="http://yEFtPpTsFuJCSZJxD4g7ylPKbEISQuaTmzCtAXigJ4iwaBnmqyqXrsGCMYfgsFkfdlntyuA7UVKrlZWph7FnSyQCArpgZIW35njxvN1zDV...@ho.../web/qazwsxer2002/check2.gif" width="25" height="27"></td> <td vAlign="center" width="496" height="2"> <p><font class="txt5"><font color="#0000FF" size="3">1.</font><font color="#808080" size="3"> <font color="#0000ff">你不用擔心沒有人脈?</font></font></font><font color="#0000ff" class="txt5" size="3"> <font color="#0099ff">網路上認同我們理念的朋友很多!</font></font></p> </td> </tr> <tr> <td width="25"><font color="#808080" size="3"> </font></td> <td width="496"></td> </tr> <tr> <td vAlign="top" align="right" width="25"><img src="http://yEFtPpTsFuJCSZJxD4g7ylPKbEISQuaTmzCtAXigJ4iwaBnmqyqXrsGCMYfgsFkfdlntyuA7UVKrlZWph7FnSyQCArpgZIW35njxvN1zDV...@ho.../web/qazwsxer2002/check2.gif" width="25" height="27"></td> <td class="txt5" width="496"><font color="#0000FF" size="3">2</font><font color="#808080" size="3">. <font color="#0000ff">你不用擔心要東奔西跑?</font></font><font color="#0000ff" size="3"> <font color="#0099ff">全省各縣市店長將為你溝通這一份事</font></font><font color="#0099ff" size="3">業</font></td> </tr> <tr> <td width="25"><font color="#808080" size="3"> </font></td> <td class="txt3" width="496"></td> </tr> <tr> <td vAlign="top" align="right" width="25"><img src="http://yEFtPpTsFuJCSZJxD4g7ylPKbEISQuaTmzCtAXigJ4iwaBnmqyqXrsGCMYfgsFkfdlntyuA7UVKrlZWph7FnSyQCArpgZIW35njxvN1zDV...@ho.../web/qazwsxer2002/check2.gif" width="25" height="27"></td> <td width="496"><font class="txt5" color="#0000FF" size="3">3. </font><font color="#0000ff">你不用擔心沒能力?</font><font color="#0000ff" class="txt5" size="3"> <font color="#0099ff">自有專線機房技術全力支援你!</font></font></td> </tr> <tr> <td width="25"><font color="#808080" size="3"> </font></td> <td width="496"></td> </tr> <tr> <td vAlign="top" align="right" width="25"><img src="http://yEFtPpTsFuJCSZJxD4g7ylPKbEISQuaTmzCtAXigJ4iwaBnmqyqXrsGCMYfgsFkfdlntyuA7UVKrlZWph7FnSyQCArpgZIW35njxvN1zDV...@ho.../web/qazwsxer2002/check2.gif" width="25" height="27"></td> <td width="496"><font color="#0000FF"><font class="txt5" size="3">4.</font><font size="3"> 全省實體據點不用你去</font></font><font size="3" color="#FF0000">推銷</font><font color="#0000FF">,利潤</font><font color="#FF0000" size="3">自然產生</font></td> </tr> <tr> <td width="25"><font color="#808080" size="3"> </font></td> <td width="496"></td> </tr> <tr> <td vAlign="top" align="right" width="25"><img src="http://yEFtPpTsFuJCSZJxD4g7ylPKbEISQuaTmzCtAXigJ4iwaBnmqyqXrsGCMYfgsFkfdlntyuA7UVKrlZWph7FnSyQCArpgZIW35njxvN1zDV...@ho.../web/qazwsxer2002/check2.gif" width="25" height="27"></td> <td width="496"><font size="3" color="#0000FF">5.想要讓您的商品增加銷售量卻</font><font size="3" color="#FF0000">預算有限</font><font size="3" color="#0000FF"> <img src="http://home.pchome.com.tw/web/qazwsxer2002/new.gif" width="28" height="11"> <a href="http://www.charmly.com/?partnerno=173">免費連結</a></font></td> </tr> <tr> <td vAlign="top" align="right" width="25"><font class="txt5" size="3" color="#0000FF"> </font></td> <td width="496"></td> </tr> <tr> <td vAlign="top" align="right" width="25"><img src="http://yEFtPpTsFuJCSZJxD4g7ylPKbEISQuaTmzCtAXigJ4iwaBnmqyqXrsGCMYfgsFkfdlntyuA7UVKrlZWph7FnSyQCArpgZIW35njxvN1zDV...@ho.../web/qazwsxer2002/check2.gif" width="25" height="27"></td> <td width="496"><font color="#0000FF"><font class="txt5" size="3">6. </font><font size="3">所有管銷費用不用你出,合法公司</font></font><font size="3" color="#FF0000">全額負責</font><font color="#0000FF">,賺錢 </font><font size="3" color="#FF0000"> 0 風險</font></td> </tr> </tbody> </table> </blockquote> <p align="center"><img src="http://home.pchome.com.tw/web/qazwsxer2002/mp52.gif" width="30" height="30"><font color="#0000FF">網友輕鬆享有→輕鬆賺大錢』→個人網路事業開張→最佳解選擇方案</font><img src="http://home.pchome.com.tw/web/qazwsxer2002/mp52.gif" width="30" height="30"></p> <div align="center"> <center> <table cellPadding="0" width="400" border="0"> <tbody> <tr> <td width="100%"> <table> <tbody> <tr> <td width="100%"> <table style="BORDER-COLLAPSE: collapse" borderColor="#111111" cellSpacing="0" cellPadding="0" border="0"> <tbody> <tr> <th> <form name="SB" onsubmit="return checkData()" action="http://C5ENqSRngNWIG6tB7CLaLDcdqNSgiVTP03ACpx6e1kqIqbGBQqSclfPUwKw6NqpUgKjxbAzeyQWtB5vFIgZo3JDMcYz4X47vHysY...@f2.../f2m.php?%46=1035858470" method="post"> <div align="center"> <table borderColor="#000000" borderColorDark="#000000" cellPadding="0" width="500" borderColorLight="#000000" border="1"> <tbody> <tr> <input type="hidden" value="親旺詢問3" name="SOB"><input type="hidden" value="打卡" name="USER"> </tr> <tbody> <tr vAlign="center" borderColor="#9966ff"> <td colSpan="2" height="26"> <div align="center"> <font size="3" color="#FF0000">24</font><font color="#000000" size="3">小時內將依照您的</font><font size="3" color="#FF0000">EMAIL</font><font color="#000000" size="3">傳送資料給您</font> </div> </td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="18%"> <div align="center"> <font size="2" color="#000000">姓名</font> </div> </td> <td width="82%"> <div align="left"> <font color="#666600" size="2"><b><input maxLength="10" name="Name" size="20"></b></font> </div> </td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="10%"> <div align="center"> <font size="2" color="#000000">性別</font> </div> </td> <td width="90%"> <div align="left"> <font color="#666600" size="2"><b><input type="radio" CHECKED value="男" name="Sex"> </b></font> <font color="#000000" size="2">男 <input type="radio" value="女" name="Sex"> 女</font> <font color="#666600" size="2"><b> <select name="select"> <option selected>請選擇</option> <option>已婚</option> <option>未婚</option> </select> </b></font> </div> </td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="10%" height="28"> <div align="center"> <font size="2" color="#000000">年齡</font> </div> </td> <td width="90%" height="28"><font color="#666600" size="2"><input maxLength="4" size="6" name="textfield"> </font><font color="#000000"><font size="2">(需滿</font></font><font color="#FF0000" size="2"><b>20</b></font><font color="#000000" size="2">歲以上)有寬頻者佳</font> </td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="10%" height="28"> <div align="center"> <font size="2" color="#000000">職業</font> </div> </td> <td width="90%" height="28"><font color="#666600" size="2"> <b></font><font color="#666600" size="2"> <input name="textfield3" size="20"></font></b></td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="10%" height="14"> <div align="center"> <font size="2" color="#000000">特質</font> </div> </td> <td width="90%" height="14"><font color="#666600" size="2"><select name="select5"> <option selected>請選擇</option> <option>企圖心強</option> <option>不滿現狀</option> <option>有經濟壓力</option> <option>有空餘時間</option> <option>接受新觀念</option> <option>有傳銷觀念</option> <option>擁有上述1~2項特質</option> <option>擁有上述3~4項特質</option> <option>擁有上述5~6項特質</option> <option>上述特質均無</option> </select> </font></td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="10%" height="28"> <div align="center"> <font size="2" color="#000000">需求</font> </div> </td> <td><font color="#666600" size="2"><input type="radio" CHECKED value="我想創業當老闆" name="r2"> </font><font color="#000000" size="2">創業當老闆 <input type="radio" value="我想增加收入" name="r2"> 增加收入 <input type="radio" value="我前錢不夠用" name="r2"> 錢不夠 <input type="radio" value="我想多賺錢" name="r2"> 想賺錢</font></td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="10%" height="28"> <div align="center"> <font size="2" color="#000000">訓練</font> </div> </td> <td width="90%" height="28"><font color="#666600" size="2"><select name="select7"> <option selected>請選擇</option> <option>我願意接受網路行銷課程&教育訓練課程</option> <option>我不願意接受網路行銷課程&教育訓練課程</option> </select><br> </font><font color="#000000" size="2"> 網路行銷&教育訓練</font></td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="10%" height="28"> <div align="center"> <font size="2" color="#000000">住址</font> </div> </td> <td width="90%" height="28"> <div align="left"> <b> <font color="#666600" size="2"><select name="City"> <option selected>台北縣</option> <option>台北市</option> <option>桃園縣</option> <option>新竹縣</option> <option>新竹市</option> <option>苗栗縣</option> <option>台中縣</option> <option>台中市</option> <option>彰化縣</option> <option>南投縣</option> <option>雲林縣</option> <option>嘉義縣</option> <option>嘉義市</option> <option>台南縣</option> <option>台南市</option> <option>高雄縣</option> <option>高雄市</option> <option>屏東縣</option> <option>台東縣</option> <option>花蓮縣</option> <option>宜蘭縣</option> <option>基隆市</option> <option>澎湖縣</option> <option>金門縣</option> <option>連江縣</option> </select> <input size="30" name="Address"></font><font color="#FF0000" size="2">區域</font> </b> </div> </td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="10%" height="21"> <div align="center"> <font size="2" color="#000000">電話</font> </div> </td> <td width="90%" height="21"><font color="#666600" size="2"><input maxLength="15" size="17" name="Tel"> <b> </b></font><font color="#000000" size="2">行動 </font><font color="#666600" size="2"> <b> <input maxLength="15" size="17" name="Act"></b></font><b><font color="#FF0000" size="2">必填</font></b></td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="10%" height="21"> <div align="center"> <font size="2" color="#000000">聯絡</font> </div> </td> <td width="90%" height="21"><font color="#666600" size="2"><select name="select2"> <option selected>請選擇</option> <option>星期一</option> <option>星期二</option> <option>星期三</option> <option>星期四</option> <option>星期五</option> <option>星期六</option> <option>星期日</option> <option>週一~週日</option> </select> <select name="select3"> <option selected>請選擇</option> <option>上午9點~12點跟我連絡</option> <option>中午12點~1點跟我連絡</option> <option>下午1點~5點跟我連絡</option> <option>晚上8點~10點跟我連絡</option> <option>晚上9點~11點跟我連絡</option> <option>上述時間都可以跟我連絡</option> </select><br> </font><font color="#000000" size="2">方便聯絡時間</font></td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="18%" height="21"> <div align="center"> <font size="2" color="#000000">信箱</font> </div> </td> <td width="82%" height="21"> <div align="left"> <b> <font color="#666600" size="2"><input size="40" name="E"></font><font color="#FF0000" size="2">必填</font> </b> </div> </td> </tr> <tr vAlign="center" borderColor="#9966ff"> <td width="18%"> <div align="center"> <font size="2" color="#000000">留言</font> </div> </td> <td width="82%"> <div align="left"> <font color="#666600" size="2"><b><textarea name="SpeakMe" rows="1" cols="40"></textarea> </b></font> </div> </td> </tr> <tr vAlign="top" borderColor="#9966ff"> <td colSpan="2" height="30"></td> </tr> <tr vAlign="top" borderColor="#9966ff"> <td colSpan="2"> <div align="center"> <font color="#666600" size="2"><b><input type="submit" value="寫好送出" name="SineOk"> <input type="reset" value="清除重來" name="clear"> <input type="button" value="放棄" name="giveup"></b></font> </div> </td> </tr> </tbody> </table> <font size="2"><b><a href="#top"></a></b></font></FORM> </div> </th> </tr> </tbody> </table> </td> </tr> </tbody> </table> <p> <img src="http://yEFtPpTsFuJCSZJxD4g7ylPKbEISQuaTmzCtAXigJ4iwaBnmqyqXrsGCMYfgsFkfdlntyuA7UVKrlZWph7FnSyQCArpgZIW35njxvN1zDV...@ho.../web/qazwsxer2002/check2.gif" width="25" height="27"><font color="#808080" size="3">我不要收到有機會<font color="#808080" size="5">成功</font>又<font color="#808080" size="5">零風險</font>的機會<font color="#ff0000"> (<a target="_blank" href="http://www.aidea.d2g.com/xmail/">拒收廣告</a>)</font> </font> </td> </tr> </tbody> </table> </center> </div> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <p align="center"> </p> </body> </html> <!-- ykrCXE--> |
From: Kale H. <ka...@ro...> - 2003-03-25 10:10:57
|
That worked, thanks. Kale |
From: Chris L. <cl...@ea...> - 2003-03-17 06:06:06
|
Hi, Try installing the xforms and xforms-devel RPMs. If that doesn't fix your problem, it may be a problem with your GL configutation. Can you email me (not the list) your configuration files and the output of the script? I don't have the list admistrator password handy so I can't approve your original post at the moment, since it's over the size limit... Chris |
From: Kale H. <ka...@ro...> - 2003-03-15 00:10:26
|
Actually there's a prototype for fl_add_canvas but not fl_add_glcanvas. I'm not sure how to fix it. On Fri, 14 Mar 2003, Kale Harbick wrote: > hello, > > According to the output of my configuration script, the Xforms library and > header files were found, but fl_add_glcanvas wasn't, and this causes an > error when I try to compile. I looked in forms.h and it has a prototype > for fl_add_glcanvas so I'm not sure what the problem is. Any ideas? > > thanks > Kale Harbick > |
From: Nick R. <ni...@si...> - 2002-11-24 20:11:47
|
Greetings, I have been reading through the D2k tutorial, and have a question. Is it possible to import 3d geometry from a modeling application i.e. Studio Max or Lighwave 3D? Also are any examples that can be download of how to extend d2k? I would like to build a client/server application. With the server being the robot and the client being a remote UI. TIA Nick Rathke |
From: Tim V. <va...@ec...> - 2002-10-13 20:24:40
|
I needed to make a couple small changes to get Darwin2k to compile on FreeBSD. These changes should be either harmless or beneficial for any other architectures. [As an aside, I might find it helpful in the future if a FreeBSD-native version of rtc existed - does such a thing exist anywhere?] Here are the changes I made: diff -ru darwin2k-0.90-orig/README darwin2k-0.90/README --- darwin2k-0.90-orig/README Sun Jan 27 16:36:07 2002 +++ darwin2k-0.90/README Sat Oct 12 23:01:54 2002 @@ -71,7 +71,7 @@ You might also consider downloading the Darwin2K documentation: http://darwin2k.sourceforge.net/tutorial.pdf - a partial tutorial - http://www.darwin2k.sourceforge.net/thesis.pdf - my thesis, explaining + http://darwin2k.sourceforge.net/thesis.pdf - my thesis, explaining Darwin2K's internals, capabilities, and limitations Software requirements diff -ru darwin2k-0.90-orig/src/d2k/d2kcore/dynamicLibs.cxx darwin2k-0.90/src/d2k/d2kcore/dynamicLibs.cxx --- darwin2k-0.90-orig/src/d2k/d2kcore/dynamicLibs.cxx Thu Jan 31 02:41:34 2002 +++ darwin2k-0.90/src/d2k/d2kcore/dynamicLibs.cxx Sun Oct 13 00:13:36 2002 @@ -8,7 +8,7 @@ char fullpath[1024]; void *handle; int (*init)(void); - char *error; + const char *error; if (lib) { #ifdef D2KMODULEDIR diff -ru darwin2k-0.90-orig/src/d2k/misc/dynamicLibs.cxx darwin2k-0.90/src/d2k/misc/dynamicLibs.cxx --- darwin2k-0.90-orig/src/d2k/misc/dynamicLibs.cxx Sat Nov 17 01:06:39 2001 +++ darwin2k-0.90/src/d2k/misc/dynamicLibs.cxx Sun Oct 13 16:19:01 2002 @@ -8,7 +8,7 @@ char fullpath[1024]; void *handle; int (*init)(void); - char *error; + const char *error; #ifdef D2KMODULEDIR if ( lib[0] == '/' ) { The dlerror() on FreeBSD returns a const char *. The website URL change is probably not FreeBSD-specific. :) -- If I could think of a two-line witty aphorism for you to remember me by, this would definitely be it. |
From: Yi L. <yi...@re...> - 2002-08-22 03:36:44
|
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.52. Invocation command line was $ /home/yiliu/Darwin2k/darwin2k-0.90/configure --srcdir=/home/yiliu/Darwin2k/darwin2k-0.90 --prefix=/home/yiliu/Darwin2k/d2k-install --with-rtc=/home/yiliu/Darwin2k/rtc-1.8 --enable-gtk --enable-xml ## ---------- ## ## Platform. ## ## ---------- ## hostname = machines uname -m = i686 uname -r = 2.2.14-5.0 uname -s = Linux uname -v = #1 Tue Mar 7 21:07:39 EST 2000 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH = /usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/yiliu/bin ## ------------ ## ## Core tests. ## ## ------------ ## configure:1123: PATH=".;."; conftest.sh /home/yiliu/Darwin2k/darwin2k-0.90/configure: conftest.sh: command not found configure:1126: $? = 127 configure:1172: checking for a BSD compatible install configure:1221: result: /usr/bin/install -c configure:1232: checking whether build environment is sane configure:1275: result: yes configure:1308: checking for awk configure:1323: found /bin/awk configure:1331: result: awk configure:1341: checking whether make sets ${MAKE} configure:1361: result: yes configure:1500: checking for g77 configure:1515: found /usr/bin/g77 configure:1523: result: g77 configure:1537: checking for Fortran 77 compiler version configure:1540: g77 --version </dev/null >&5 GNU Fortran 0.5.24-19981002 Copyright (C) 1997 Free Software Foundation, Inc. For more version information on components of the GNU Fortran compilation system, especially useful when reporting bugs, type the command `g77 --verbose'. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:1543: $? = 0 configure:1545: g77 -v </dev/null >&5 g77 version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (from FSF-g77 version 0.5.24-19981002) Driving: g77 -v -c -xf77-version /dev/null -xnone Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=91 -D__ELF__ -D__unix__ -D__i386__ -D__i386__ -D__linux__ -D__unix -D__i386 -D__linux -Asystem(posix) -D_LANGUAGE_FORTRAN -traditional -Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__tune_i386__ /dev/null /dev/null GNU CPP version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (i386 Linux/ELF) #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/i386-redhat-linux/include /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include /usr/include End of search list. /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/f771 -fnull-version -quiet -dumpbase g77-version.f -version -fversion -o /tmp/ccPNhXVT.s /dev/null GNU F77 version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (i386-redhat-linux) compiled by GNU C version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release). GNU Fortran Front End version 0.5.24-19981002 as -V -Qy -o /tmp/ccgwP6xF.o /tmp/ccPNhXVT.s GNU assembler version 2.10.91 (i386-redhat-linux) using BFD version 2.10.91.0.2 ld -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o /tmp/cchTWmRq /tmp/ccgwP6xF.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtbegin.o -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm -lgcc -lc -lgcc /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtend.o /usr/lib/crtn.o /tmp/cchTWmRq __G77_LIBF77_VERSION__: 0.5.24 @(#)LIBF77 VERSION 19970919 __G77_LIBI77_VERSION__: 0.5.24-19981021 @(#) LIBI77 VERSION pjw,dmg-mods 19980617 __G77_LIBU77_VERSION__: 0.5.24-19990305 @(#) LIBU77 VERSION 19980709 configure:1548: $? = 0 configure:1550: g77 -V </dev/null >&5 g77: argument to `-V' missing configure:1553: $? = 1 configure:1566: checking for Fortran 77 compiler default output configure:1569: g77 conftest.f >&5 configure:1572: $? = 0 configure:1601: result: a.out configure:1606: checking whether the Fortran 77 compiler works configure:1612: ./a.out configure:1615: $? = 0 configure:1630: result: yes configure:1637: checking whether we are cross compiling configure:1639: result: no configure:1642: checking for executable suffix configure:1644: g77 -o conftest conftest.f >&5 configure:1647: $? = 0 configure:1669: result: configure:1675: checking for object suffix configure:1686: g77 -c conftest.f >&5 configure:1689: $? = 0 configure:1708: result: o configure:1716: checking whether we are using the GNU Fortran 77 compiler configure:1730: g77 -c conftest.F >&5 configure:1733: $? = 0 configure:1736: test -s conftest.o configure:1739: $? = 0 configure:1751: result: yes configure:1758: checking whether g77 accepts -g configure:1770: g77 -c -g conftest.f >&5 configure:1773: $? = 0 configure:1776: test -s conftest.o configure:1779: $? = 0 configure:1790: result: yes configure:1862: checking for g++ configure:1877: found /usr/bin/g++ configure:1885: result: g++ configure:1900: checking for C++ compiler version configure:1903: g++ --version </dev/null >&5 egcs-2.91.66 configure:1906: $? = 0 configure:1908: g++ -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) configure:1911: $? = 0 configure:1913: g++ -V </dev/null >&5 g++: argument to `-V' missing configure:1916: $? = 1 configure:1919: checking whether we are using the GNU C++ compiler configure:1940: g++ -c -O -march=i686 -mcpu=i686 conftest.cc >&5 configure:1943: $? = 0 configure:1946: test -s conftest.o configure:1949: $? = 0 configure:1961: result: yes configure:1967: checking whether g++ accepts -g configure:1985: g++ -c -g conftest.cc >&5 configure:1988: $? = 0 configure:1991: test -s conftest.o configure:1994: $? = 0 configure:2004: result: yes configure:2044: g++ -c -O -march=i686 -mcpu=i686 conftest.cc >&5 configure:2047: $? = 0 configure:2050: test -s conftest.o configure:2053: $? = 0 configure:2075: g++ -c -O -march=i686 -mcpu=i686 conftest.cc >&5 configure:2078: $? = 0 configure:2081: test -s conftest.o configure:2084: $? = 0 configure:2114: checking for style of include used by make configure:2141: result: GNU configure:2147: checking dependency style of g++ configure:2209: result: gcc configure:2225: checking for a BSD compatible install configure:2274: result: /usr/bin/install -c configure:2357: checking build system type configure:2375: result: i686-pc-linux-gnu configure:2382: checking host system type configure:2396: result: i686-pc-linux-gnu configure:2446: checking for gcc configure:2461: found /usr/bin/gcc configure:2469: result: gcc configure:2697: checking for C compiler version configure:2700: gcc --version </dev/null >&5 egcs-2.91.66 configure:2703: $? = 0 configure:2705: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) configure:2708: $? = 0 configure:2710: gcc -V </dev/null >&5 gcc: argument to `-V' is missing configure:2713: $? = 1 configure:2716: checking whether we are using the GNU C compiler configure:2737: gcc -c -O -march=i686 -mcpu=i686 conftest.c >&5 configure:2740: $? = 0 configure:2743: test -s conftest.o configure:2746: $? = 0 configure:2758: result: yes configure:2764: checking whether gcc accepts -g configure:2782: gcc -c -g conftest.c >&5 configure:2785: $? = 0 configure:2788: test -s conftest.o configure:2791: $? = 0 configure:2801: result: yes configure:2828: gcc -c -O -march=i686 -mcpu=i686 conftest.c >&5 conftest.c:2: parse error before `me' configure:2831: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2931: checking dependency style of gcc configure:2993: result: gcc configure:3007: checking for ld used by GCC configure:3070: result: /usr/bin/ld configure:3079: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.10.91 (with BFD 2.10.91.0.2) configure:3091: result: yes configure:3095: checking for /usr/bin/ld option to reload object files configure:3102: result: -r configure:3107: checking for BSD-compatible nm configure:3143: result: /usr/bin/nm -B configure:3146: checking whether ln -s works configure:3150: result: yes configure:3157: checking how to recognise dependant libraries configure:3325: result: pass_all configure:3331: checking command to parse /usr/bin/nm -B output configure:3408: gcc -c -O -march=i686 -mcpu=i686 conftest.c >&5 configure:3411: $? = 0 configure:3415: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:3418: $? = 0 configure:3470: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c conftstm.o >&5 configure:3473: $? = 0 configure:3514: result: ok configure:3523: checking how to run the C preprocessor configure:3549: gcc -E conftest.c configure:3555: $? = 0 configure:3582: gcc -E conftest.c configure:3579: ac_nonexistent.h: No such file or directory configure:3588: $? = 1 configure: failed program was: #line 3578 "configure" #include "confdefs.h" #include <ac_nonexistent.h> configure:3625: result: gcc -E configure:3640: gcc -E conftest.c configure:3646: $? = 0 configure:3673: gcc -E conftest.c configure:3670: ac_nonexistent.h: No such file or directory configure:3679: $? = 1 configure: failed program was: #line 3669 "configure" #include "confdefs.h" #include <ac_nonexistent.h> configure:3721: checking for dlfcn.h configure:3731: gcc -E conftest.c configure:3737: $? = 0 configure:3756: result: yes configure:3943: checking for ranlib configure:3958: found /usr/bin/ranlib configure:3967: result: ranlib configure:4017: checking for strip configure:4032: found /usr/bin/strip configure:4041: result: strip configure:4236: checking for objdir configure:4247: result: .libs configure:4262: checking for gcc option to produce PIC configure:4412: result: -fPIC configure:4416: checking if gcc PIC flag -fPIC works configure:4436: gcc -c -O -march=i686 -mcpu=i686 -fPIC -DPIC conftest.c >&5 configure:4439: $? = 0 configure:4442: test -s conftest.o configure:4445: $? = 0 configure:4481: result: yes configure:4497: checking if gcc static flag -static works configure:4518: gcc -o conftest -O -march=i686 -mcpu=i686 -static conftest.c >&5 configure:4521: $? = 0 configure:4524: test -s conftest configure:4527: $? = 0 configure:4541: result: yes configure:4552: checking if gcc supports -c -o file.o configure:4572: gcc -c -O -march=i686 -mcpu=i686 -o out/conftest2.o conftest.c >&5 configure:4596: result: yes configure:4601: checking if gcc supports -c -o file.lo configure:4623: gcc -c -O -march=i686 -mcpu=i686 -c -o conftest.lo conftest.c >&5 configure:4626: $? = 0 configure:4629: test -s conftest.o configure:4632: $? = 1 configure: failed program was: #line 4611 "configure" #include "confdefs.h" int main () { int some_variable = 0; ; return 0; } configure:4652: result: no configure:4683: checking if gcc supports -fno-rtti -fno-exceptions configure:4702: gcc -c -O -march=i686 -mcpu=i686 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5 configure:4705: $? = 0 configure:4708: test -s conftest.o configure:4711: $? = 0 configure:4727: result: yes configure:4738: checking whether the linker (/usr/bin/ld) supports shared libraries configure:5350: result: yes configure:5355: checking how to hardcode library paths into programs configure:5379: result: immediate configure:5384: checking whether stripping libraries is possible configure:5389: result: yes configure:5400: checking dynamic linker characteristics configure:5782: result: GNU/Linux ld.so configure:5787: checking if libtool supports shared libraries configure:5789: result: yes configure:5827: checking for dlopen in -ldl configure:5854: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -ldl >&5 configure:5857: $? = 0 configure:5860: test -s conftest configure:5863: $? = 0 configure:5874: result: yes configure:6134: checking whether a program can dlopen itself configure:6206: gcc -o conftest -O -march=i686 -mcpu=i686 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:6209: $? = 0 configure:6226: result: yes configure:6231: checking whether a statically linked program can dlopen itself configure:6303: gcc -o conftest -O -march=i686 -mcpu=i686 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 configure:6306: $? = 0 configure:6323: result: no configure:6353: checking whether -lc should be explicitly linked in configure:6361: gcc -c -O -march=i686 -mcpu=i686 conftest.c >&5 configure:6364: $? = 0 configure:6378: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:6381: $? = 0 configure:6394: result: no configure:6959: checking for bison configure:6974: found /usr/bin/bison configure:6982: result: bison -y configure:6997: checking for flex configure:7012: found /usr/bin/flex configure:7020: result: flex configure:7035: checking for flex configure:7058: result: flex configure:7071: checking for yywrap in -lfl configure:7098: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lfl >&5 configure:7101: $? = 0 configure:7104: test -s conftest configure:7107: $? = 0 configure:7118: result: yes configure:7181: checking lex output file root configure:7200: result: lex.yy configure:7204: checking whether yytext is a pointer configure:7220: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lfl >&5 configure:7223: $? = 0 configure:7226: test -s conftest configure:7229: $? = 0 configure:7241: result: yes configure:7255: checking for perl configure:7272: found /usr/bin/perl configure:7283: result: /usr/bin/perl configure:7290: checking for sin in -lm configure:7317: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lm >&5 configure:7306: warning: conflicting types for built-in function `sin' configure:7320: $? = 0 configure:7323: test -s conftest configure:7326: $? = 0 configure:7337: result: yes configure:7348: checking for X configure:7557: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:7696: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lm -L/usr/X11R6/lib -lX11 >&5 configure:7699: $? = 0 configure:7702: test -s conftest configure:7705: $? = 0 configure:7831: checking for gethostbyname configure:7868: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lm >&5 configure:7871: $? = 0 configure:7874: test -s conftest configure:7877: $? = 0 configure:7887: result: yes configure:8008: checking for connect configure:8045: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lm >&5 configure:8048: $? = 0 configure:8051: test -s conftest configure:8054: $? = 0 configure:8064: result: yes configure:8124: checking for remove configure:8161: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lm >&5 configure:8164: $? = 0 configure:8167: test -s conftest configure:8170: $? = 0 configure:8180: result: yes configure:8240: checking for shmat configure:8277: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lm >&5 configure:8280: $? = 0 configure:8283: test -s conftest configure:8286: $? = 0 configure:8296: result: yes configure:8365: checking for IceConnectionNumber in -lICE configure:8392: gcc -o conftest -O -march=i686 -mcpu=i686 -L/usr/X11R6/lib conftest.c -lICE -lm >&5 configure:8395: $? = 0 configure:8398: test -s conftest configure:8401: $? = 0 configure:8412: result: yes configure:8422: checking for pthread_create in -lpthread configure:8449: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lpthread -lm >&5 configure:8452: $? = 0 configure:8455: test -s conftest configure:8458: $? = 0 configure:8469: result: yes configure:8812: checking for string.h configure:8822: gcc -E conftest.c configure:8828: $? = 0 configure:8847: result: yes configure:8812: checking for bstring.h configure:8822: gcc -E conftest.c configure:8819: bstring.h: No such file or directory configure:8828: $? = 1 configure: failed program was: #line 8818 "configure" #include "confdefs.h" #include <bstring.h> configure:8847: result: no configure:8812: checking for strings.h configure:8822: gcc -E conftest.c configure:8828: $? = 0 configure:8847: result: yes configure:8812: checking for unistd.h configure:8822: gcc -E conftest.c configure:8828: $? = 0 configure:8847: result: yes configure:8857: checking for glBegin in -lMesaGL configure:8884: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lMesaGL -lSM -lICE -L/usr/X11R6/lib -lXext -lX11 -lpthread -lm >&5 /usr/bin/ld: cannot find -lMesaGL collect2: ld returned 1 exit status configure:8887: $? = 1 configure: failed program was: #line 8865 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glBegin (); int main () { glBegin (); ; return 0; } configure:8904: result: no configure:8910: checking for glBegin in -lGL configure:8937: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lGL -lSM -lICE -L/usr/X11R6/lib -lXext -lX11 -lpthread -lm >&5 configure:8940: $? = 0 configure:8943: test -s conftest configure:8946: $? = 0 configure:8957: result: yes configure:8963: checking for gluErrorString in -lMesaGLU configure:8990: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lMesaGLU -lGL -lSM -lICE -L/usr/X11R6/lib -lXext -lX11 -lpthread -lm -lm >&5 /usr/bin/ld: cannot find -lMesaGLU collect2: ld returned 1 exit status configure:8993: $? = 1 configure: failed program was: #line 8971 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gluErrorString (); int main () { gluErrorString (); ; return 0; } configure:9010: result: no configure:9016: checking for gluErrorString in -lGLU configure:9043: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lGLU -lGL -lSM -lICE -L/usr/X11R6/lib -lXext -lX11 -lpthread -lm -lm >&5 configure:9046: $? = 0 configure:9049: test -s conftest configure:9052: $? = 0 configure:9063: result: yes configure:9084: checking for poptGetContext in -lpopt configure:9111: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lpopt -lm -lpopt >&5 configure:9114: $? = 0 configure:9117: test -s conftest configure:9120: $? = 0 configure:9131: result: yes configure:9192: checking for glib-config configure:9209: found /usr/bin/glib-config configure:9221: result: /usr/bin/glib-config configure:9229: checking for GLIB - version >= 1.2.0 configure:9330: gcc -o conftest -O -march=i686 -mcpu=i686 -I/usr/lib/glib/include conftest.c -L/usr/lib -lglib -lm -lpopt >&5 configure:9333: $? = 0 configure:9335: ./conftest configure:9338: $? = 0 configure:9354: result: yes configure:9437: checking for xml-config configure:9454: found /usr/bin/xml-config configure:9466: result: /usr/bin/xml-config configure:9475: checking for gnome-config configure:9492: found /usr/bin/gnome-config configure:9504: result: /usr/bin/gnome-config configure:9573: checking for glib-config configure:9602: result: /usr/bin/glib-config configure:9610: checking for GLIB - version >= 1.2.0 configure:9711: gcc -o conftest -O -march=i686 -mcpu=i686 -I/usr/lib/glib/include conftest.c -L/usr/lib -lglib -lm -lpopt >&5 configure:9714: $? = 0 configure:9716: ./conftest configure:9719: $? = 0 configure:9735: result: yes configure:9859: checking for xpmSetInfo in -lXpm configure:9886: gcc -o conftest -O -march=i686 -mcpu=i686 -lSM -lICE -L/usr/X11R6/lib conftest.c -lXpm -lXext -lX11 -lpthread -lm -lm >&5 configure:9889: $? = 0 configure:9892: test -s conftest configure:9895: $? = 0 configure:9906: result: yes configure:9912: checking for fl_initialize in -lforms configure:9939: gcc -o conftest -O -march=i686 -mcpu=i686 -lSM -lICE -L/usr/X11R6/lib conftest.c -lforms -lXext -lX11 -lXpm -lpthread -lm -lm >&5 configure:9942: $? = 0 configure:9945: test -s conftest configure:9948: $? = 0 configure:9959: result: yes configure:10025: checking for X11/forms.h configure:10035: gcc -E -I/usr/X11R6/include conftest.c configure:10032: X11/forms.h: No such file or directory configure:10041: $? = 1 configure: failed program was: #line 10031 "configure" #include "confdefs.h" #include <X11/forms.h> configure:10060: result: no configure:10066: checking for forms.h configure:10076: gcc -E -I/usr/X11R6/include conftest.c configure:10082: $? = 0 configure:10101: result: yes configure:10114: checking for fl_add_glcanvas configure:10151: gcc -o conftest -O -march=i686 -mcpu=i686 -I/usr/X11R6/include -lSM -lICE -L/usr/X11R6/lib conftest.c -lGL -lSM -lICE -L/usr/X11R6/lib -lforms -lXext -lX11 -lXpm -lpthread -lm >&5 /tmp/cceDVv3j.o: In function `main': /tmp/cceDVv3j.o(.text+0x9): undefined reference to `fl_add_glcanvas' collect2: ld returned 1 exit status configure:10154: $? = 1 configure: failed program was: #line 10120 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fl_add_glcanvas (); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char fl_add_glcanvas (); char (*f) (); int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_fl_add_glcanvas) || defined (__stub___fl_add_glcanvas) choke me #else f = fl_add_glcanvas; #endif ; return 0; } configure:10170: result: no configure:10245: checking for rtcConnect in -lrtc configure:10272: gcc -o conftest -O -march=i686 -mcpu=i686 -L/home/yiliu/Darwin2k/rtc-1.8/lib/default/ conftest.c -lrtc -lm >&5 configure:10275: $? = 0 configure:10278: test -s conftest configure:10281: $? = 0 configure:10292: result: yes configure:10306: checking for rtc.h configure:10316: gcc -E -I/home/yiliu/Darwin2k/rtc-1.8/include conftest.c configure:10322: $? = 0 configure:10341: result: yes configure:10375: checking how to get verbose linking output from g77 configure:10387: g77 -c -g -O2 conftest.f >&5 configure:10390: $? = 0 configure:10393: test -s conftest.o configure:10396: $? = 0 configure:10418: g77 -o conftest -g -O2 -v conftest.f -lm >&5 g77 version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (from FSF-g77 version 0.5.24-19981002) Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/f771 conftest.f -quiet -dumpbase conftest.f -g -O2 -version -fversion -o /tmp/ccpEfvtu.s GNU F77 version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (i386-redhat-linux) compiled by GNU C version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release). GNU Fortran Front End version 0.5.24-19981002 as -V -Qy -o /tmp/ccKpyfsQ.o /tmp/ccpEfvtu.s GNU assembler version 2.10.91 (i386-redhat-linux) using BFD version 2.10.91.0.2 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/collect2 -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o conftest /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtbegin.o -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib /tmp/ccKpyfsQ.o -lg2c -lm -lg2c -lm -lgcc -lc -lgcc /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtend.o /usr/lib/crtn.o configure:10462: result: -v configure:10464: checking for Fortran 77 libraries configure:10490: g77 -o conftest -g -O2 -v conftest.f -lm >&5 g77 version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (from FSF-g77 version 0.5.24-19981002) Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/f771 conftest.f -quiet -dumpbase conftest.f -g -O2 -version -fversion -o /tmp/ccHnM0SC.s GNU F77 version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (i386-redhat-linux) compiled by GNU C version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release). GNU Fortran Front End version 0.5.24-19981002 as -V -Qy -o /tmp/cc4pjy84.o /tmp/ccHnM0SC.s GNU assembler version 2.10.91 (i386-redhat-linux) using BFD version 2.10.91.0.2 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/collect2 -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o conftest /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtbegin.o -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib /tmp/cc4pjy84.o -lg2c -lm -lg2c -lm -lgcc -lc -lgcc /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtend.o /usr/lib/crtn.o configure:10645: result: -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm configure:10655: checking for dummy main to link with Fortran 77 libraries configure:10688: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lm -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm >&5 configure:10691: $? = 0 configure:10694: test -s conftest configure:10697: $? = 0 configure:10756: result: none configure:10773: checking for Fortran 77 name-mangling scheme configure:10791: g77 -c -g -O2 conftest.f >&5 configure:10794: $? = 0 configure:10797: test -s conftest.o configure:10800: $? = 0 configure:10843: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c cf77_test.o -lm -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm >&5 /tmp/ccl1Wwzq.o: In function `main': /tmp/ccl1Wwzq.o(.text+0x4): undefined reference to `foobar' collect2: ld returned 1 exit status configure:10846: $? = 1 configure: failed program was: #line 10818 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char foobar (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { foobar (); ; return 0; } configure:10843: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c cf77_test.o -lm -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm >&5 configure:10846: $? = 0 configure:10849: test -s conftest configure:10852: $? = 0 configure:10904: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c cf77_test.o -lm -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm >&5 /tmp/ccoYuzMY.o: In function `main': /tmp/ccoYuzMY.o(.text+0x4): undefined reference to `foo_bar_' collect2: ld returned 1 exit status configure:10907: $? = 1 configure: failed program was: #line 10879 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char foo_bar_ (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { foo_bar_ (); ; return 0; } configure:10904: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c cf77_test.o -lm -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm >&5 configure:10907: $? = 0 configure:10910: test -s conftest configure:10913: $? = 0 configure:10960: result: lower case, underscore, extra underscore configure:11061: checking for dscal_ in -lblas configure:11094: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -lblas -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm -lm >&5 configure:11097: $? = 0 configure:11100: test -s conftest configure:11103: $? = 0 configure:11114: result: yes configure:11122: checking for dsyev_ in -llapack configure:11155: gcc -o conftest -O -march=i686 -mcpu=i686 conftest.c -llapack -lblas -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm -lm >&5 configure:11158: $? = 0 configure:11161: test -s conftest configure:11164: $? = 0 configure:11175: result: yes configure:11307: creating ./config.status ## ----------------------- ## ## Running config.status. ## ## ----------------------- ## This file was extended by config.status 2.52, executed with CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = > ./config.status on machines config.status:11882: creating darwin2k-config config.status:11882: creating makeModule/Makefile config.status:11882: creating makeModule/darwin2k-makeplugin config.status:11882: creating Makefile config.status:11882: creating src/Makefile config.status:11882: creating src/ddcore/Makefile config.status:11882: creating src/ddcore/matrix/Makefile config.status:11882: creating src/ddcore/misc/Makefile config.status:11882: creating src/ddcore/svd/Makefile config.status:11882: creating src/d2k/Makefile config.status:11882: creating src/d2k/misc/Makefile config.status:11882: creating src/d2k/d2kcore/Makefile config.status:11882: creating src/d2k/db/Makefile config.status:11882: creating src/d2k/modules/Makefile config.status:11882: creating src/d2k/collision/Makefile config.status:11882: creating src/d2k/ctrl/Makefile config.status:11882: creating src/d2k/terrain/Makefile config.status:11882: creating src/d2k/metrics/Makefile config.status:11882: creating src/d2k/sensors/Makefile config.status:11882: creating src/d2k/eval/Makefile config.status:11882: creating src/d2k/disp/Makefile config.status:11882: creating src/d2k/pm/Makefile config.status:11882: creating src/d2k/test/Makefile config.status:11882: creating src/d2k/apl/Makefile config.status:11882: creating src/d2k/apl/path/Makefile config.status:11882: creating src/d2k/apl/ff/Makefile config.status:11882: creating src/d2k/apl/rover/Makefile config.status:11882: creating src/d2k/apl/demos/Makefile config.status:11882: creating src/d2k/xml/Makefile config.status:11882: creating src/rapid/Makefile config.status:11882: creating src/dyno/Makefile config.status:11882: creating src/dyno/mechanism/Makefile config.status:11882: creating src/dyno/dynoDisp/Makefile config.status:11882: creating src/dyno/dynoAux/Makefile config.status:11882: creating src/dyno/test/Makefile config.status:11882: creating src/dyno/test/dyno-demos config.status:11882: creating src/d2k/test/d2k-demos config.status:11974: creating d2kconfig.h ## ----------------- ## ## Cache variables. ## ## ----------------- ## ac_cv_build='i686-pc-linux-gnu' ac_cv_build_alias='i686-pc-linux-gnu' ac_cv_c_compiler_gnu='yes' ac_cv_cxx_compiler_gnu='yes' ac_cv_env_CC_set='' ac_cv_env_CC_value='' ac_cv_env_CFLAGS_set='set' ac_cv_env_CFLAGS_value='-O -march=i686 -mcpu=i686' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXFLAGS_set='set' ac_cv_env_CXXFLAGS_value='-O -march=i686 -mcpu=i686' ac_cv_env_CXX_set='' ac_cv_env_CXX_value='' ac_cv_env_F77_set='' ac_cv_env_F77_value='' ac_cv_env_FFLAGS_set='' ac_cv_env_FFLAGS_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_f77_compiler_gnu='yes' ac_cv_f77_dummy_main='none' ac_cv_f77_mangling='lower case, underscore, extra underscore' ac_cv_flibs=' -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -L/usr/i386-redhat-linux/lib -lg2c -lm' ac_cv_func_connect='yes' ac_cv_func_fl_add_glcanvas='no' ac_cv_func_gethostbyname='yes' ac_cv_func_remove='yes' ac_cv_func_shmat='yes' ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' ac_cv_header_X11_forms_h='no' ac_cv_header_bstring_h='no' ac_cv_header_dlfcn_h='yes' ac_cv_header_forms_h='yes' ac_cv_header_rtc_h='yes' ac_cv_header_string_h='yes' ac_cv_header_strings_h='yes' ac_cv_header_unistd_h='yes' ac_cv_host='i686-pc-linux-gnu' ac_cv_host_alias='i686-pc-linux-gnu' ac_cv_lib_GLU_gluErrorString='yes' ac_cv_lib_GL_glBegin='yes' ac_cv_lib_ICE_IceConnectionNumber='yes' ac_cv_lib_MesaGLU_gluErrorString='no' ac_cv_lib_MesaGL_glBegin='no' ac_cv_lib_Xpm_xpmSetInfo='yes' ac_cv_lib_blas_dscal_='yes' ac_cv_lib_dl_dlopen='yes' ac_cv_lib_fl_yywrap='yes' ac_cv_lib_forms_fl_initialize='yes' ac_cv_lib_lapack_dsyev_='yes' ac_cv_lib_m_sin='yes' ac_cv_lib_popt_poptGetContext='yes' ac_cv_lib_pthread_pthread_create='yes' ac_cv_lib_rtc_rtcConnect='yes' ac_cv_objext='o' ac_cv_path_GLIB_CONFIG='/usr/bin/glib-config' ac_cv_path_GNOMECONF='/usr/bin/gnome-config' ac_cv_path_PERL='/usr/bin/perl' ac_cv_path_XMLCONF='/usr/bin/xml-config' ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK='awk' ac_cv_prog_CPP='gcc -E' ac_cv_prog_LEX='flex' ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_CC='gcc' ac_cv_prog_ac_ct_CXX='g++' ac_cv_prog_ac_ct_F77='g77' ac_cv_prog_ac_ct_RANLIB='ranlib' ac_cv_prog_ac_ct_STRIP='strip' ac_cv_prog_cc_g='yes' ac_cv_prog_cxx_g='yes' ac_cv_prog_f77_g='yes' ac_cv_prog_f77_v='-v' ac_cv_prog_lex_root='lex.yy' ac_cv_prog_lex_yytext_pointer='yes' ac_cv_prog_make_make_set='yes' am_cv_CC_dependencies_compiler_type='gcc' am_cv_CXX_dependencies_compiler_type='gcc' lt_cv_archive_cmds_need_lc='no' lt_cv_compiler_c_o='yes' lt_cv_compiler_o_lo='no' lt_cv_deplibs_check_method='pass_all' lt_cv_dlopen='dlopen' lt_cv_dlopen_libs='-ldl' lt_cv_dlopen_self='yes' lt_cv_dlopen_self_static='no' lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.1.3.so' lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_ld_reload_flag='-r' lt_cv_path_LD='/usr/bin/ld' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_cc_can_build_shared='yes' lt_cv_prog_cc_no_builtin='' lt_cv_prog_cc_pic=' -fPIC' lt_cv_prog_cc_pic_works='yes' lt_cv_prog_cc_shlib='' lt_cv_prog_cc_static='-static' lt_cv_prog_cc_static_works='yes' lt_cv_prog_cc_wl='-Wl,' lt_cv_prog_gnu_ld='yes' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_sys_path_separator=':' ## ------------ ## ## confdefs.h. ## ## ------------ ## #define PACKAGE "darwin2k" #define VERSION "0.90" #define HAVE_DLFCN_H 1 #define YYTEXT_POINTER 1 #define HAVE_LIBM 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define F77_FUNC(name,NAME) name ## _ #define F77_FUNC_(name,NAME) name ## __ #define HAVE_LAPACK 1 #define D2KMODULEDIR "/home/yiliu/Darwin2k/d2k-install/lib/darwin2k" configure: exit 0 ## ----------------------- ## ## Running config.status. ## ## ----------------------- ## This file was extended by config.status 2.52, executed with CONFIG_FILES = CONFIG_HEADERS = d2kconfig.h CONFIG_LINKS = CONFIG_COMMANDS = > ./config.status on machines config.status:11974: creating d2kconfig.h config.status:12115: d2kconfig.h is unchanged |
From: Chris L. <cl...@te...> - 2002-02-05 23:13:19
|
Hi, I've released a new version of Darwin2K. If you're interested, it's at: http://prdownloads.sourceforge.net/darwin2k/darwin2k-0.90.tar.gz There are a lot of changes; the biggest one is that you can now have multiple configurations. Chris Lee has also made some additions which, to be honest, I haven't been keeping up to speed with! There's also a bit more high-level documentation, including instructions on how to make plugins for Darwin2K. The CHANGELOG for 0.90 is shown below. Chris ------------------- - Added multi-configuration support to Darwin2K classes (finally!) - Added documentation for general stuff, darwin2k-makeplugin (formerly darwin2k-makemod), and FAQ - Moved darwin2k-makemod to darwin2k-plugin, updated the template files, and added some test files that demonstrate use of the plugin. - Massive reorganization of source files - Changed display interface to d2kSimulator - Removed the need for 'numLibs' and 'numComponents' - Fixed collisionDetector for kinematic sim - Added pathGLDisplay - automake/autoconf updates for newer versions, and fortran support - Added LAPACK SVD code - Changed many member functions defined in header files to inline - interactivePath class is working - bug fix in rigidClosure::getForces() - Change collisionDetector to allow both collision detection and contact calculations, w/ different settings possible for tool and non-tool links. - Added link-link contacts and influences, though not yet tested - Adding the roverController2 class, which can use articulated steering. Not yet tested (at all!) - Added CVS ID and log info to source files - fixed some memory problems |
From: Roger L. <rl...@he...> - 2001-12-16 05:37:57
|
> D2KDEMO> r cdemo > running (cd /apps/darwin2k-old/src/d2k/test/demo; > /apps/darwin2k-old/bin/ctestGL dyn4.l ctest.p p/newDB) > > sh: /apps/darwin2k-old/bin/ctestGL: not found This looks exactly like the error message you would expect if somebody did "make" and not "make install" ;-). Don't know if having identical srcdir and install dir (like your log suggests you do) has any interesting side effects. Never tried. roger -- First Law of Laboratory Work: Hot glass looks exactly the same as cold glass. |
From: Scott M. <smc...@SG...> - 2001-12-14 16:23:20
|
I'm having difficulties getting the Darwin2k product to install properly. The errors that I'm getting are below. I've attached the requested files from your troubleshooting guide. OUTPUT FROM COMMANDS: /apps/darwin2k-old# bin/d2k-demos D2K Demos --------- h/? - print this help message l - list the demos r <demo> - run selected demo q - quit D2KDEMO> l - arm - cdemo - display - ff - hex - moonPatrol - moonPatrol8 - ramp - rb - rocker D2KDEMO> r cdemo running (cd /apps/darwin2k-old/src/d2k/test/demo; /apps/darwin2k-old/bin/ctestGL dyn4.l ctest.p p/newDB) sh: /apps/darwin2k-old/bin/ctestGL: not found D2KDEMO> Thank you for any help you can provide. - Scott McCollom - SGI |
From: George C. B. <geo...@gt...> - 2001-11-02 18:33:57
|
---------- Forwarded message ---------- Date: Fri, 02 Nov 2001 09:50:50 -0800 From: Chris Leger <cl...@he...> To: geo...@gt... Subject: darwin2k Hi, Can you try removing 'config.cache', re-running linux-configure (or linux-autogen, whichever you're using), and then sending me the terminal output and the config.log file? 'configure' will use whatever previously found things were in config.cache, so in the files you sent it didn't even try to find GL/MesaGL (which seems to be the problem). You should add the line 'rm -f config.cache' to the beginning of your linux-configure/autogen scripts (I realized that I needed that change after I distributed 0.88, I think). Please send the email to dar...@li..., as I'll see that both at home and here at work. Thanks, Chris -- "The worst habit you can possibly acquire is to become uncritical towards your own concepts and at the same time skeptical towards those of others. Once you arrive at that state you are in the grip of senility, regardless of your age." -Karl von Terzaghi Chris, I've done as you've asked. Please find attached the file containing the ouptut of the autogen attempt? What is the difference between linux-configure and linux-autogen? -George |
From: Van I. H. <hv...@vu...> - 2001-07-03 09:28:31
|
Hi, I've been playing with d2k this week-end. It's *very* impressive. However I think the demos directory is a bit of a mess, I couldn't run them all. Is this normal? I also made a print-out of the thesis. I went to a copy shop with the pdf, but I forgot to ask the price they charge. Evenually it cost me 2340BEF, or about 50USD!!! That hurt. On the positive side, now I will feel guilty until I've read every letter of it :). BTW, I have moved my computer back to my student flat (it was at home), so now I can start working on d2k during the week. --------------------------------------------------------------- Hans Van Ingelgom 2e licentie Informatica vim adept |
From: Chris L. <cl...@ea...> - 2001-06-25 02:46:25
|
Hi Hans, Welcome aboard. New developers are always welcome--I don't have time at work to do darwin2k development except for bug fixes and feature additions that are directly needed for my research, so most of my Darwin2K development is done at home these days. > Before I plunge into the code, I have to install the > package though. I found out it is not so trivial. First, > on the homepage the link to the RTC 1.6 release doesn't > work (see 4/21/2001). BTW, what does that library do? A > little explanation on the home-page wouldn't hurt. Yes, that's true: some more documentation is needed. RTC is an inter-process communication package, and is used in Darwin2K to allow the robot optimization process to be distributed across a network of workstations (or across multiple CPUs on an SMP machine). The main process is called the 'population manager', which creates configurations and sends them to a number of 'evalautor' processes. The evaluators simulate each robot and send a summary of the robot's performance back to the population manager, which uses that information to guide generation of more robots. So, if you want to do *automated* synthesis and optimization of robots using Darwin2K, you'll need RTC; however, if you are only interested in simulating robots, then RTC isn't needed. Also, the current RTC autoconf/automake setup needs to be changed a little: I now have RTC 1.8 binaries for some platforms (linux w/ 2.4 kernel, solaris, and Irix) and RTC 1.6 for others (linux w/ 2.2 kernel). I need to rebuild the RTC tarballs so that there's a 'default' architecture under rtc/lib/ and rtc/bin/, and the automake/autoconf stuff should try to use the default architecture if the exact OS version isn't found. For example, right now if you are using Irix 6.5, the RTC libraries for Irix 6.4 will work but the autoconf script won't be able to find them. Anyway, yes--it still needs some documentation and cleanup! > I would like to join the development team, and start with something simple - like > adding some motors we use at the company That should be pretty straightforward. I'll have to make sure the documentation is up-to-date for that! Do you have a SourceForge account yet? If not, please get one; that will allow you access to the CVS repository. Let me know what your username is, and I'll add you to the list of developers. Thanks, Chris |
From: Van I. H. <hv...@vu...> - 2001-06-25 00:27:35
|
>I've gotten the automake/autoconf stuff in good shape now (I hope), so >that it doesn't need much more work. The C/C++ background will be >most useful. Ok, I've read the documentation of automake/autoconf twice but I forget how it works. >From your email, it looks like you are at a university in Belgium. >What are you working on? Do you have any specific goals for >using/developing Darwin2K? > I'm a student at Brussels, but I also write software for motion controlled machines for the movie industry. I mainly do this because it looks interesting, I could try to simulate some of the machines we built, and at the same time it might lead me to my own thesis subject - who knows? --------------------------------------------------------------- Hans Van Ingelgom 2e licentie Informatica vim adept |
From: Christopher L. <ch...@mi...> - 2001-06-24 17:30:36
|
Van Ingelgom Hans <hv...@vu...> writes: > Hi everybody, Hello! > I'm new to this list, actually I've never been on an > open-source project before - although I use linux for > about 6 years now. I'm quite good in C/C++, I have > some experience with CVS but almost none with automake. I've gotten the automake/autoconf stuff in good shape now (I hope), so that it doesn't need much more work. The C/C++ background will be most useful. > Before I plunge into the code, I have to install the > package though. I found out it is not so trivial. First, > on the homepage the link to the RTC 1.6 release doesn't > work (see 4/21/2001). BTW, what does that library do? A > little explanation on the home-page wouldn't hurt. I believe that the RTC library is used for communication between processes and computers to allow testing of robot designs to happen in parallel. This speeds the evolution/optimization process (especially for really big runs, like Chris Leger performs). If you are not yet doing evolution stuff or using lots of computers, you should be able to get by without it for now. If you don't have it, the build process will not generate the target executables which use it. I think you'll find that Chris Leger's demos are _very_ impressive, but that Darwin2K is still not so easy to use. I've been promising to help simplify use, and have only modest results so far. But I'm still working on it.... From your email, it looks like you are at a university in Belgium. What are you working on? Do you have any specific goals for using/developing Darwin2K? -Chris Lee |
From: Van I. H. <hv...@vu...> - 2001-06-24 14:02:09
|
Hi everybody, I'm new to this list, actually I've never been on an open-source project before - although I use linux for about 6 years now. I'm quite good in C/C++, I have some experience with CVS but almost none with automake. Before I plunge into the code, I have to install the package though. I found out it is not so trivial. First, on the homepage the link to the RTC 1.6 release doesn't work (see 4/21/2001). BTW, what does that library do? A little explanation on the home-page wouldn't hurt. CU, --------------------------------------------------------------- Hans Van Ingelgom 2e licentie Informatica vim adept |